Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.2.dll

Declaration

[ModelBrowsable(typeof(ImagePropertyEditorCalculator))]
int ListViewImageEditorCustomHeight { get; set; }

Property Value

Type Description
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