Skip to main content
A newer version of this page is available. .

MVCxPivotGrid.Fields Property

Provides access to a field collection of the PivotGrid extension.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v21.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 fields within a pivot grid.

See Also