PivotGridSettings.Fields Property
In This Article
Provides access to a pivot grid’s field collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxPivotGridFieldCollection Fields { get; }
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#Remarks
This property stores all the fields contained in the PivotGrid. It allows you to add and delete fields using the appropriate methods. Individual fields can be accessed using indexed notation.
See Also