expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelmember-afbc616f.md
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
[DefaultValue(ImageEditorMode.PictureEdit)]
[ModelBrowsable(typeof(ImagePropertyEditorCalculator))]
ImageEditorMode ListViewImageEditorMode { get; set; }
<ModelBrowsable(GetType(ImagePropertyEditorCalculator))>
<DefaultValue(ImageEditorMode.PictureEdit)>
Property ListViewImageEditorMode As ImageEditorMode
| Type | Default | Description |
|---|---|---|
| ImageEditorMode | PictureEdit |
An ImageEditorMode enumeration value specifying the inplace editor used to display the current property in List Views.
|
Available values:
| Name | Description |
|---|---|
| DropDownPictureEdit |
The button that expands the image in the current window is displayed.
| | PictureEdit |
The image is initially displayed.
|
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