Skip to main content
.NET 6.0+

IModelMember.DetailViewImageEditorFixedHeight Property

Specifies the fixed height of Image Property Editors in Detail Views when displaying the property.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Description
Int32

An integer value specifying the fixed height of Image Property Editors in Detail Views when displaying the property.

Remarks

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

For details, refer to the ImageEditorAttribute class description.

See Also