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

TreeListExportStyles.Header Property

Gets the appearance settings used to paint column headers.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListExportAppearance Header { get; }

Property Value

Type Description
TreeListExportAppearance

A TreeListExportAppearance object that contains appearance settings.

See Also