PivotGridFieldCollection.Add() Method
In This Article
Appends a new field to the collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotGridField Add()
#Returns
Type | Description |
---|---|
Pivot |
The Pivot |
#Remarks
This method creates a new PivotGridField object, initializes it with default settings and appends it to the collection.
See Also