Skip to main content
A newer version of this page is available. .

BandedViewAppearances.BandPanel Property

Gets the appearance settings used to paint band headers.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public AppearanceObject BandPanel { get; }

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.

See Also