ImageEditorAttribute(ImageEditorMode, ImageEditorMode) Constructor
Initializes a new instance of the ImageEditorAttribute class with the specified parameters.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
listViewImageEditorMode | ImageEditorMode | An ImageEditorMode enumeration value that specifies how images represented by the target byte array property must be displayed in List Views. This value is used to initialize the ImageEditorAttribute.ListViewImageEditorMode property. |
detailViewImageEditorMode | ImageEditorMode | An ImageEditorMode enumeration value that specifies how images represented by the target byte array property must be displayed in Detail Views. This value is used to initialize the ImageEditorAttribute.DetailViewImageEditorMode property. |
See Also