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.v24.2.dll
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 to true to enable the Customization Dialog.
- Customization Window (enabled, by default) - Set the ASPxGridViewCustomizationWindowSettings.Enabled property to false to disable the Customization Window.
See Also