Skip to main content

MVCxPivotGrid.Fields Property

Provides access to a field collection of the PivotGrid extension.

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 fields within a pivot grid.

See Also