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

CardViewColumn.ShowInCustomizationForm Property

Gets or sets whether the column’s header is displayed within the Customization Window when the column is hidden.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public bool ShowInCustomizationForm { get; set; }

Property Value

Type Description
Boolean

true if the column’s header is displayed within the customization window when the column is hidden; otherwise, false.

Remarks

By default, the Customization Window is enabled. To disable it, set the ASPxCardViewBehaviorSettings.EnableCustomizationWindow property to false.

See Also