BandedViewAppearances.BandPanel Property
Gets the appearance settings used to paint band headers.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public AppearanceObject BandPanel { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#Remarks
The BandPanel property specifies the appearance settings of all the visible band headers. These settings can be overridden by individual bands. Use the band’s GridBand.AppearanceHeader property for this purpose.
Band headers can also be custom painted using the BandedGridView.CustomDrawBandHeader event.
For more information on appearances, see the Appearance and Conditional Formatting topic.