PivotGridControl.Fields Property
In This Article
Provides access to a pivot grid's field collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializableProperty(true, true, true)]
[XtraSerializablePropertyId(0)]
public PivotGridFieldCollection Fields { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
The Fields collection stores all the fields contained in the PivotGridControl. It provides methods allowing you to access, add and delete fields. Individual fields can be accessed using indexed notation.
To learn more, see Fields.
See Also