A newer version of this page is available.
Switch to the current version.
BootstrapGridViewDataColumn.ShowInCustomizationDialog Property
Specifies whether the data 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; }
<DefaultValue(True)>
Public Property ShowInCustomizationDialog As Boolean
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
Feedback