Skip to main content

MVCxPivotGridFieldCollection Class

A field collection for the PivotGrid extension.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxPivotGridFieldCollection :
    PivotGridFieldCollection

The following members return MVCxPivotGridFieldCollection objects:

Remarks

The collection of fields can be accessed via the PivotGridSettings.Fields property.

See Also