Skip to main content

PivotGridFieldCollection Class

Represents a field collection for the PivotGridControl.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public class PivotGridFieldCollection :
    PivotChildCollection<PivotGridField>

#Returned By

The PivotGridControl.Fields property returns an instance of PivotGridFieldCollection.

#Remarks

The collection of fields can be accessed via the PivotGridControl.Fields property. Individual fields are represented by the PivotGridField class and can be accessed using indexed notation.

To learn more, see Fields.

#Inheritance

Object
Collection<PivotGridField>
ObservableCollection<PivotGridField>
DevExpress.Xpf.PivotGrid.Internal.PivotChildCollection<PivotGridField>
PivotGridFieldCollection
See Also