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

TreeListStyles.Header Property

Gets the style settings used to paint column headers.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListHeaderStyle Header { get; }

Property Value

Type Description
TreeListHeaderStyle

A TreeListHeaderStyle object that contains style settings used to paint column headers.

Remarks

Use the column’s TreeListColumn.HeaderStyle property to paint its header using custom style settings.

See Also