Skip to main content

BandedViewAppearances.HeaderPanelBackground Property

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

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

public AppearanceObject HeaderPanelBackground { get; }

Property Value

Type Description
AppearanceObject

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

Remarks

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

See Also