MVCxPivotGridFieldCollection.Add() Method
Adds a new field to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Returns
Type | Description |
---|---|
MVCxPivotGridField | An MVCxPivotGridField object added to the collection. |
Remarks
This method creates a new MVCxPivotGridField object, initializes it with default settings and adds it to the collection.
See Also