PivotGridFieldCollectionBase.Add() Method
Appends a new field to the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v23.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Returns
Type | Description |
---|---|
PivotGridFieldBase | The PivotGridFieldBase object added to the collection. |
Remarks
This method creates a new PivotGridFieldBase object, initializes it with default settings and appends it to the collection.
See Also