ImageEditorAttribute.ListViewImageEditorMode Property
Specifies how images persisted by the target byte array property must be displayed in List Views.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public ImageEditorMode ListViewImageEditorMode { get; set; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
Available values:
Name | Description |
---|---|
Drop |
The button that expands the image in the current window is displayed. |
Picture |
The image is initially displayed. |
Popup |
The button that expands the image in a new pop-up window is displayed (not supported for Win |
#Remarks
Currently, the PopupPictureEdit mode is not supported in WinForms applications. If you select this mode, the image is displayed in a dropdown, analogously to the DropDownPictureEdit mode.