windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscustomization.md
Gets or sets whether additional edit controls providing advanced customization capabilities can be displayed within the LayoutView’s Customization Form.
Namespace : DevExpress.XtraGrid.Views.Layout
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DefaultValue(false)]
[XtraSerializableProperty]
public bool UseAdvancedRuntimeCustomization { get; set; }
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property UseAdvancedRuntimeCustomization As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if advanced customization edit controls are enabled; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to UseAdvancedRuntimeCustomization |
|---|---|
| LayoutView |
.OptionsCustomization .UseAdvancedRuntimeCustomization
|
By default, a LayoutView’s runtime Customization Form contains only basic customization edit controls. However, the Form can also display additional edit controls providing advanced customization capabilities, like those available via the Grid Control’s designer. To display advanced customization edit controls, set the UseAdvancedRuntimeCustomization property to true , and enable the required group of edit controls via the following options:
Note that runtime customization is supported if the LayoutViewOptionsBehavior.AllowRuntimeCustomization property is set to true. To
See Also
LayoutViewOptionsCustomization Class