Back to Devexpress

GridViewColumn.ShowInCustomizationForm Property

aspnet-devexpress-dot-web-dot-gridviewcolumn-d6102ce0.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public bool ShowInCustomizationForm { get; set; }
vb
Public Property ShowInCustomizationForm As Boolean

Property Value

TypeDescription
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 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 ASPxGridViewBehaviorSettings.EnableCustomizationWindow property to false to disable the Customization Window.

See Also

Customization Window Overview

Grid View

GridViewColumn Class

GridViewColumn Members

DevExpress.Web Namespace