GridOptionsCustomization.UseAdvancedCustomizationForm Property
Gets or sets whether to use the default or advanced Customization Form.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean UseAdvancedCustomizationForm { get; set; }
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Overridable Property UseAdvancedCustomizationForm As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
A value that specifies whether to use the default or advanced Customization Form. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to UseAdvancedCustomizationForm |
---|---|
AdvBandedGridView |
|
AdvBandedGridView |
|
BandedGridView |
|
BandedGridView |
|
GridView |
|
Remarks
See the Customization Form topic for more information.
See Also
Feedback