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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
By default, the Customization Window is enabled. To disable it, set the ASPxCardViewBehaviorSettings.EnableCustomizationWindow property to false
.
See Also