Skip to main content

TreeListColumn.ShowInCustomizationForm Property

Gets or sets whether the column’s header is displayed within the customization window when the column is hidden.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

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.

See Also