CellInfo.DataField Property
In This Article
Gets a Pivot Grid’s data field related to the current cell.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotGridField DataField { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also