windowsforms-devexpress-dot-xtratreelist-dot-treelistappearancecollection.md
Gets the appearance settings used to paint the column header and node indicator panels.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public AppearanceObject HeaderPanel { get; }
Public ReadOnly Property HeaderPanel As AppearanceObject
| Type | Description |
|---|---|
| AppearanceObject |
An AppearanceObject object that provides the appearance settings used to paint the column header and node indicator panels.
|
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
TreeListAppearanceCollection Class