Back to Devexpress

TreeListColumn.HeaderStyle Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistcolumn-9d31d67c.md

latest1.8 KB
Original Source

TreeListColumn.HeaderStyle Property

Gets the style settings defining the appearance of the column’s header.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public TreeListHeaderStyle HeaderStyle { get; }
vb
Public ReadOnly Property HeaderStyle As TreeListHeaderStyle

Property Value

TypeDescription
TreeListHeaderStyle

A TreeListHeaderStyle object that contains the style settings used to paint the column’s header.

|

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

Styles

Header

CellStyle

Tree List

TreeListColumn Class

TreeListColumn Members

DevExpress.Web.ASPxTreeList Namespace