Skip to main content
.NET 6.0+

ImageEditorAttribute.DetailViewImageEditorFixedHeight Property

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

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public int DetailViewImageEditorFixedHeight { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the height of Image Property Editors in Detail Views. The default value is specified by the IModelMember.DetailViewImageEditorFixedHeight property of the Application Model‘s BOModel | <Class> | OwnMembers | <Member> node that represents the attribute’s target Image property.

Remarks

The DetailViewImageEditorFixedHeight property is in effect when the ImageEditorAttribute.DetailViewImageEditorMode property is set to ImageEditorMode.PictureEdit.

See Also