TreeListAppearanceCollection.HeaderPanelBackground Property
In This Article
Gets the appearance settings used to paint the column header panel‘s background.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public AppearanceObject HeaderPanelBackground { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An object that specifies the appearance settings used to paint the column header panel’s background. |
See Also