Skip to main content

PivotGridFieldCollectionBase.Add() Method

Appends a new field to the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public PivotGridFieldBase Add()

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