GridViewColumn.ShowInCustomizationForm Property
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.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use the following properties to control the Customization Dialog and Customization Window visibility.
- Customization Dialog (disabled, by default) - Set the
SettingsCustomizationDialog.Enabledproperty totrueto enable the Customization Dialog. - Customization Window (enabled, by default) - Set the ASPxGridViewBehaviorSettings.EnableCustomizationWindow property to
falseto disable the Customization Window.
See Also