Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.2.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