TreeListColumn.HeaderStyle Property
In This Article
Gets the style settings defining the appearance of the column’s header.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListHeaderStyle HeaderStyle { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
Use the HeaderStyle property to specify the column header’s appearance. These style settings override the style settings common to all column headers within a TreeList (TreeListStyles.Header).
See Also