BandedViewAppearances.BandPanel Property
Gets the appearance settings used to paint band headers.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | A AppearanceObject object that provides the appearance settings used to paint band headers. |
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.