Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeListAppearanceCollection.BandPanel Property

Gets the appearance settings used to paint band headers.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.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