Back to Devexpress

IModelMember.ListViewImageEditorCustomHeight Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelmember-64bb1f39.md

latest2.0 KB
Original Source

IModelMember.ListViewImageEditorCustomHeight Property

Specifies the height of inplace Image Property Editors in List Views, when displaying the property.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ModelBrowsable(typeof(ImagePropertyEditorCalculator))]
int ListViewImageEditorCustomHeight { get; set; }
vb
<ModelBrowsable(GetType(ImagePropertyEditorCalculator))>
Property ListViewImageEditorCustomHeight As Integer

Property Value

TypeDescription
Int32

An integer value specifying the height of inplace Image Property Editors in List Views, when displaying the property.

|

Remarks

This property is considered for image type properties, if the IModelMember.ListViewImageEditorMode property is set to ImageEditorMode.PictureEdit.

For details, refer to the ImageEditorAttribute class description.

See Also

Add and Replace Icons

IModelMember Interface

IModelMember Members

DevExpress.ExpressApp.Model Namespace