TreeListAppearanceCollection.HeaderPanel Property
Gets the appearance settings used to paint the column header and node indicator panels.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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.