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

IModelMemberViewItem.ImageEditorFixedHeight Property

Specifies the fixed height of the current Property Editor.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

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

Property Value

Type Description
Int32

An integer value specifying the fixed height of the current Property Editor.

Remarks

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

By default, this property is set to the IModelMember.DetailViewImageEditorFixedHeight of the IModelMember node that corresponds to the current Property Editor.

For details, refer to the ImageEditorAttribute class description.

See Also