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