Back to Devexpress

IModelMember.ListViewImageEditorMode Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelmember-afbc616f.md

latest2.2 KB
Original Source

IModelMember.ListViewImageEditorMode Property

Specifies the inplace editor used to display the current property in List Views.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DefaultValue(ImageEditorMode.PictureEdit)]
[ModelBrowsable(typeof(ImagePropertyEditorCalculator))]
ImageEditorMode ListViewImageEditorMode { get; set; }
vb
<ModelBrowsable(GetType(ImagePropertyEditorCalculator))>
<DefaultValue(ImageEditorMode.PictureEdit)>
Property ListViewImageEditorMode As ImageEditorMode

Property Value

TypeDefaultDescription
ImageEditorModePictureEdit

An ImageEditorMode enumeration value specifying the inplace editor used to display the current property in List Views.

|

Available values:

NameDescription
DropDownPictureEdit

The button that expands the image in the current window is displayed.

| | PictureEdit |

The image is initially displayed.

|

Remarks

This property is considered for image type properties. By default, this property is set to the ImageEditorMode.DropDownPictureEdit.

For details, refer to the ImageEditorAttribute class description.

See Also

Add and Replace Icons

IModelMember Interface

IModelMember Members

DevExpress.ExpressApp.Model Namespace