Skip to main content
A newer version of this page is available. .

IModelWinLayoutManagerOptions.CustomizationEnabled Property

Specifies whether an end-user can customize a View Items layout on a detail form.

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v19.1.dll

Declaration

[DefaultValue(true)]
bool CustomizationEnabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if an end-user can customize a View Items layout on a detail form; otherwise, false.

Remarks

For customization, the Customization window should be invoked: right-click an area on the Detail View that is free of controls, and select Customize Layout in the invoked context menu. In effect for XAF Windows Forms applications only.

See Also