PivotGridFieldCollection.AddField(PivotGridField) Method
Adds the specified field to the end of the collection.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
field | PivotGridField | A PivotGridField object representing the field to add to the collection. |
See Also