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

BootstrapGridViewDataColumn.ShowInCustomizationDialog Property

Specifies whether the data column is shown in the customization dialog.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue(true)]
public bool ShowInCustomizationDialog { get; set; }

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