CellElementData.Field Property
In This Article
Gets the data field to which the cell belongs.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public override PivotGridField Field { get; }
#Property Value
Type | Description |
---|---|
Pivot |
The data field. |
See Also