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

MVCxPivotGridWebGroupCollection Class

Represents the PivotGrid‘s group collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxPivotGridWebGroupCollection :
    PivotGridWebGroupCollection

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.

PivotGridGroup

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.

See Also