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

BandedViewAppearances.BandPanelBackground Property

Gets the appearance settings used to paint the band panel’s background.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public AppearanceObject BandPanelBackground { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object that provides the appearance settings used to paint the band panel’s background.

Remarks

For more information on appearances, see the Appearance and Conditional Formatting document.

See Also