Skip to main content

BootstrapGridViewDataColumn.ShowInCustomizationDialog Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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