Gets the field being processed.
Namespace:DevExpress.Xpf.PivotGrid
Assembly:DevExpress.Xpf.PivotGrid.v19.2.dll

Syntax
C# |
public PivotGridField Field { get; }
|
VB |
Public ReadOnly Property Field As PivotGridField
|
Property value
Type:
PivotGridField
A PivotGridField object which represents the field currently being processed.

See Also