Back to Devexpress

IModelMember.DetailViewImageEditorFixedWidth Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelmember-7ab76ff6.md

latest2.0 KB
Original Source

IModelMember.DetailViewImageEditorFixedWidth Property

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

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ModelBrowsable(typeof(ImagePropertyEditorCalculator))]
int DetailViewImageEditorFixedWidth { get; set; }
vb
<ModelBrowsable(GetType(ImagePropertyEditorCalculator))>
Property DetailViewImageEditorFixedWidth As Integer

Property Value

TypeDescription
Int32

An integer value specifying the fixed width 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

DetailViewImageEditorFixedHeight

IModelMember Interface

IModelMember Members

DevExpress.ExpressApp.Model Namespace