Back to Devexpress

BandedViewAppearances.BandPanel Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-bandedviewappearances.md

latest2.4 KB
Original Source

BandedViewAppearances.BandPanel Property

Gets the appearance settings used to paint band headers.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
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.

See Also

BandPanelBackground

Appearance and Conditional Formatting

BandedViewAppearances Class

BandedViewAppearances Members

DevExpress.XtraGrid.Views.BandedGrid Namespace