MVCxPivotGridFieldCollection Class
In This Article
A field collection for the PivotGrid extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public class MVCxPivotGridFieldCollection :
PivotGridFieldCollection
#Related API Members
The following members return MVCxPivotGridFieldCollection objects:
#Remarks
The collection of fields can be accessed via the PivotGridSettings.Fields property.
#Inheritance
Object
CollectionBase
PivotGridFieldCollectionBase
PivotGridFieldCollection
MVCxPivotGridFieldCollection
See Also