Back to Devexpress

MVCxPivotGridWebGroupCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-e7ac1154.md

latest2.4 KB
Original Source

MVCxPivotGridWebGroupCollection Class

Represents the PivotGrid‘s group collection.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxPivotGridWebGroupCollection :
    PivotGridWebGroupCollection
vb
Public Class MVCxPivotGridWebGroupCollection
    Inherits 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.

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.

Implements

IList

ICollection

IEnumerable

Inheritance

Object CollectionBase PivotGridGroupCollection PivotGridWebGroupCollection MVCxPivotGridWebGroupCollection

See Also

MVCxPivotGridWebGroupCollection Members

DevExpress.Web.Mvc Namespace