Skip to main content
A newer version of this page is available. .
Tab

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.v18.2.dll

Declaration

public bool ShowInCustomizationForm { get; set; }

Property Value

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.

Remarks

Use the following properties to control the Customization Window 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