Back to Devexpress

PivotGridAppearances.ColumnHeaderArea Property

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

latest2.1 KB
Original Source

PivotGridAppearances.ColumnHeaderArea Property

Gets the appearance settings used to paint the column header area.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDescription
AppearanceObject

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

|

Remarks

A column header area can also be custom painted using the PivotGridControl.CustomDrawFieldHeaderArea event.

For more information on appearances, see the Appearances topic.

See Also

FilterHeaderArea

RowHeaderArea

HeaderArea

DataHeaderArea

PivotGridAppearances Class

PivotGridAppearances Members

DevExpress.XtraPivotGrid Namespace