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

TreeListAppearanceCollection.BandPanel Property

Gets the appearance settings used to paint band headers.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public AppearanceObject BandPanel { get; }

Property Value

Type Description
AppearanceObject

An object that specifies the appearance settings used to paint band headers.

Remarks

The BandPanel property allows you to customize the appearance settings of all band headers in a centralized way. The TreeListBand.AppearanceHeader property specifies the appearance of an individual band’s header and overrides the BandPanel‘s settings.

The BandPanel property is not in effect if the UserLookAndFeel.Style property is set to Office2003 or Skin, and/or the UserLookAndFeel.UseWindowsXPTheme property is set to true.

Band headers can also be custom painted using the TreeList.CustomDrawBandHeader event.

See Also