BootstrapGridViewDataColumn.ShowInCustomizationDialog Property
Specifies whether the data column is shown in the customization dialog.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, to show the data column in the customization dialog; otherwise, false. |
Remarks
Use the ShowInCustomizationDialog property to show or hide the data column in the Customization Dialog’s Column Chooser tab.
See Also