Skip to main content
.NET 6.0+

IModelMemberViewItem.ImageEditorCustomHeight Property

Specifies the height of inplace Image Property Editors.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Description
Int32

An integer value specifying the height of inplace Image Property Editors.

Remarks

This property is considered for columns that correspond to image type properties, if the IModelMemberViewItem.ImageEditorMode property is set to ImageEditorMode.PictureEdit.

By default, this property is set to the IModelMember.ListViewImageEditorCustomHeight property value of the IModelMember node corresponding to the current column.

For more details, refer to the following class description: ImageEditorAttribute.

See Also