Back to Devexpress

PivotGridAppearances.RowHeaderArea Property

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

latest1.9 KB
Original Source

PivotGridAppearances.RowHeaderArea Property

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDescription
AppearanceObject

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

|

Remarks

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

For more information on appearances, see the Appearances topic.

See Also

ColumnHeaderArea

FilterHeaderArea

HeaderArea

PivotGridAppearances Class

PivotGridAppearances Members

DevExpress.XtraPivotGrid Namespace