IModelMemberViewItem.ImageEditorFixedHeight Property
Specifies the fixed height of the current Property Editor.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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.
This property is initially set to the IModelMember.DetailViewImageEditorFixedHeight of the IModelMember node that corresponds to the current Property Editor.
For more details, refer to the following class description: ImageEditorAttribute.
See Also