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

TreeListAppearanceCollection.HeaderPanel Property

Gets the appearance settings used to paint the column header and node indicator panels.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public AppearanceObject HeaderPanel { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object that provides the appearance settings used to paint the column header and node indicator panels.

Remarks

The HeaderPanel property specifies the appearance settings for all the visible column headers and node indicator cells. However, the appearance settings which specify the background and border colors are ignored if a Tree List is painted in WindowsXP or Office2003 style.

Column headers and node indicator cells can also be custom painted using the TreeList.CustomDrawColumnHeader and TreeList.CustomDrawNodeIndicator events, respectively.

For more information on appearances, see the Appearances topic.

See Also