Back to Devexpress

PivotGridHeadersAreaHitInfo.Field Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridheadersareahitinfo.md

latest1.4 KB
Original Source

PivotGridHeadersAreaHitInfo.Field Property

Gets the field that 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 Field { get; }
vb
Public ReadOnly Property Field As PivotGridField

Property Value

TypeDescription
PivotGridField

A PivotGridField object which represents the field header that the test point corresponds to. null ( Nothing in Visual Basic) if no field header is located at the test point.

|

See Also

Area

PivotGridHeadersAreaHitInfo Class

PivotGridHeadersAreaHitInfo Members

DevExpress.XtraPivotGrid Namespace