Skip to main content

PivotGridFieldCollection.AddField(PivotGridField) Method

Adds the specified field to the end of the collection.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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