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

BootstrapGridViewCommandColumn.ShowInCustomizationDialog Property

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to show the command column in the customization dialog; otherwise, false.

Remarks

Use the ShowInCustomizationDialog property to show or hide the command column in the Customization Dialog’s Column Chooser tab.

See Also