Back to Devexpress

TreeListAppearanceCollection.BandPanel Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistappearancecollection-ba7181b2.md

latest2.3 KB
Original Source

TreeListAppearanceCollection.BandPanel Property

Gets the appearance settings used to paint band headers.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public AppearanceObject BandPanel { get; }
vb
Public ReadOnly Property BandPanel As AppearanceObject

Property Value

TypeDescription
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

AppearanceHeader

CustomDrawBandHeader

BandPanel

Appearances

TreeListAppearanceCollection Class

TreeListAppearanceCollection Members

DevExpress.XtraTreeList Namespace