MVCxPivotGridWebGroupCollection Class
Represents the PivotGrid‘s group collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return MVCxPivotGridWebGroupCollection objects:
Remarks
Fields can be grouped so that they are always kept together. For instance, if you drag a field from a group to another position, the entire group is moved.
The PivotGrid stores its groups within the PivotGridSettings.Groups collection. This collection is represented by the MVCxPivotGridWebGroupCollection class. Members of this class can be used to add, delete, access individual groups and perform other common collection management tasks. To ungroup the fields, the group must be removed. Note that fields are not disposed of in this case.