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

MVCxPivotGridFieldCollection Class

A field collection for the PivotGrid extension.

Namespace: DevExpress.Web.Mvc

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

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