GridViewColumn.ShowInCustomizationForm Property
In This Article
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.v24.2.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.Enabled
property totrue
to enable the Customization Dialog. - Customization Window (enabled, by default) - Set the ASPxGridViewBehaviorSettings.EnableCustomizationWindow property to
false
to disable the Customization Window.
See Also