Back to Devexpress

GridView.UseAdvancedCustomizationForm Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-73923288.md

latest2.4 KB
Original Source

GridView.UseAdvancedCustomizationForm Property

Gets or sets whether to use the advancedCustomization Form in all GridViews in the application. This property is in effect if a view’s UseAdvancedCustomizationForm property is set to Default.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public static DefaultBoolean UseAdvancedCustomizationForm { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Shared Property UseAdvancedCustomizationForm As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

True to use the advanced customization form in all GridViews in the application; otherwise, Default or False.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

Customization Form -- Data Grid

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace