Skip to main content

PivotGridSettings.Fields Property

Provides access to a pivot grid’s field collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxPivotGridFieldCollection Fields { get; }

Property Value

Type Description
MVCxPivotGridFieldCollection

A MVCxPivotGridFieldCollection object that represents a collection of all the fields within a pivot grid.

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