Skip to main content

TreeListAppearanceCollection.HeaderPanelBackground Property

Gets the appearance settings used to paint the column header panel‘s background.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public AppearanceObject HeaderPanelBackground { get; }

Property Value

Type Description
AppearanceObject

An object that specifies the appearance settings used to paint the column header panel’s background.

See Also