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

PivotGridFieldCollection.Add() Method

Appends a new field to the collection.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public PivotGridField Add()

Returns

Type Description
PivotGridField

The PivotGridField object added to the collection.

Remarks

This method creates a new PivotGridField object, initializes it with default settings and appends it to the collection.

See Also