Skip to main content
A newer version of this page is available. .

PivotGridFieldCollectionBase.Add() Method

Appends a new field to the collection.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

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