aspnet-devexpress-dot-web-dot-gridviewcolumn-d6102ce0.md
Gets or sets whether the column’s header is displayed within the Customization Window and Customization Dialog when the column is hidden.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public bool ShowInCustomizationForm { get; set; }
Public Property ShowInCustomizationForm As Boolean
| Type | Description |
|---|---|
| Boolean |
true, if the column’s header is displayed within the customization window and customization dialog when the column is hidden; otherwise, false.
|
Use the following properties to control the Customization Dialog and Customization Window visibility.
SettingsCustomizationDialog.Enabled property to true to enable the Customization Dialog.false to disable the Customization Window.See Also