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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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 |
|
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:
- LayoutViewOptionsCustomization.ShowGroupCardCaptions
- LayoutViewOptionsCustomization.ShowGroupCardIndents
- LayoutViewOptionsCustomization.ShowGroupCards
- LayoutViewOptionsCustomization.ShowGroupFields
- LayoutViewOptionsCustomization.ShowGroupHiddenItems
- LayoutViewOptionsCustomization.ShowGroupLayout
- LayoutViewOptionsCustomization.ShowGroupLayoutTreeView
- LayoutViewOptionsCustomization.ShowGroupView
- LayoutViewOptionsCustomization.ShowResetShrinkButtons
- LayoutViewOptionsCustomization.ShowSaveLoadLayoutButtons
Note that runtime customization is supported if the LayoutViewOptionsBehavior.AllowRuntimeCustomization property is set to true. To