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

TreeListHeaderStyle Class

Provides the style settings used to paint column headers.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public class TreeListHeaderStyle :
    AppearanceStyleBase

The following members return TreeListHeaderStyle objects:

Remarks

These settings can be accessed using the TreeListStyles.Header and TreeListColumn.HeaderStyle properties.

See Also