expressappframework-devexpress-dot-persistent-dot-base-364a3c97.md
Contains values that specify image editor modes for images displayed by Image Property Editors.
Namespace : DevExpress.Persistent.Base
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public enum ImageEditorMode
Public Enum ImageEditorMode
| Name | Description |
|---|---|
DropDownPictureEdit |
The button that expands the image in the current window is displayed.
|
| PictureEdit |
The image is initially displayed.
|
The following properties accept/return ImageEditorMode values:
These enumeration values are used to set the ImageEditorAttribute.ListViewImageEditorMode and ImageEditorAttribute.DetailViewImageEditorMode properties.
See Also