Skip to main content
.NET 6.0+

IModelMemberViewItem.ImageEditorFixedWidth Property

Specifies the fixed width of the current Property Editor.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Description
Int32

An integer value specifying the fixed width 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.DetailViewImageEditorFixedWidth of the IModelMember node that corresponds to the current Property Editor.

For details, refer to the ImageEditorAttribute class description.

See Also