Back to Devexpress

PivotGridAppearances.HeaderArea Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridappearances-65228c62.md

latest2.9 KB
Original Source

PivotGridAppearances.HeaderArea Property

Gets the appearance settings used to paint the header area.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the header area.

|

Remarks

The HeaderArea property provides the appearance settings used to paint the column header area, filter area, data header area and row header area. It’s also possible to customize the appearance of each area individually using the PivotGridAppearances.ColumnHeaderArea, PivotGridAppearances.FilterHeaderArea, PivotGridAppearances.DataHeaderArea and PivotGridAppearances.RowHeaderArea properties, respectively.

For more information on appearances, see the Appearances topic.

See Also

ColumnHeaderArea

DataHeaderArea

FilterHeaderArea

RowHeaderArea

PivotGridAppearances Class

PivotGridAppearances Members

DevExpress.XtraPivotGrid Namespace