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

PivotGridFieldCollection.AddField(PivotGridField) Method

Adds the specified field to the end of the collection.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public void AddField(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object representing the field to add to the collection.

See Also