Hi, I found a nasty little problem because cannot select some images
Cannot select Action_Translate and ModelEditor_Controllers image from Image Gallery
Answers approved by DevExpress Support
Hello Andreas.
These images exist in small size only (16x16) and are not appropriate for being displayed everywhere. Please refer to the Add and Override Images article.
There are already 32x32 versions of images that are supposed to be used for business objects and actions. The images you mentioned were created specially for VS design-time and ModelEditor. That's why there are no 32x32 versions of them.
Unfortunately, the DevExpress.Images.v14.1 assembly uses a naming convention for resources which is incompatible with the format expected by AssemblyResourceImageSource. You can use these images by copying them from the DevExpress.Images asseembly source code (c:\Program Files (x86)\DevExpress 14.1\Components\Sources\DevExpress.Images\Images) to an image folder of your XAF application or creating a custom assembly.