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

TreeListAppearanceCollection.HeaderPanelBackground Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

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