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

PivotGridFieldCollection.Add(PivotGridField) Method

Appends the specified field to the collection.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public void Add(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

The PivotGridField object that will be added to the collection.

See Also