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

LayoutViewOptionsCustomization.UseAdvancedRuntimeCustomization Property

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.v19.1.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool UseAdvancedRuntimeCustomization { get; set; }

Property Value

Type Default Description
Boolean **false**

true if advanced customization edit controls are enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseAdvancedRuntimeCustomization
LayoutView
.OptionsCustomization.UseAdvancedRuntimeCustomization

Remarks

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