Skip to main content

PivotGridControl.Fields Property

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
PivotGridFieldCollection

A PivotGridFieldCollection object which represents a collection of all the fields within a pivot grid.

#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