Skip to main content
.NET 6.0+

ImageEditorAttribute(ImageEditorMode, ImageEditorMode) Constructor

Initializes a new instance of the ImageEditorAttribute class with the specified parameters.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ImageEditorAttribute(
    ImageEditorMode listViewImageEditorMode,
    ImageEditorMode detailViewImageEditorMode
)

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