Skip to main content

TreeListAppearanceCollection.BandPanel Property

Gets the appearance settings used to paint band headers.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

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.

It’s not possible to set the band panel’s background color in skinning paint schemes.

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

See Also