aspnetmvc-devexpress-dot-web-dot-mvc-e7ac1154.md
Represents the PivotGrid‘s group collection.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxPivotGridWebGroupCollection :
PivotGridWebGroupCollection
Public Class MVCxPivotGridWebGroupCollection
Inherits PivotGridWebGroupCollection
The following members return MVCxPivotGridWebGroupCollection objects:
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.
Object CollectionBase PivotGridGroupCollection PivotGridWebGroupCollection MVCxPivotGridWebGroupCollection
See Also