Back to Devexpress

PivotGridHitInfo.HeaderField Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridhitinfo-2a436e53.md

latest1.3 KB
Original Source

PivotGridHitInfo.HeaderField Property

Gets the field which the header located at the test point corresponds to.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotGridField HeaderField { get; }
vb
Public ReadOnly Property HeaderField As PivotGridField

Property Value

TypeDescription
PivotGridField

A PivotGridField object which represents the field which the header at the test point corresponds to. null ( Nothing in Visual Basic) if there isn’t any field header located at the test point.

|

See Also

PivotGridHitInfo Class

PivotGridHitInfo Members

DevExpress.XtraPivotGrid Namespace