Back to Devexpress

MVCxPivotGridWebGroup Class

aspnetmvc-devexpress-dot-web-dot-mvc-23ed8934.md

latest2.2 KB
Original Source

MVCxPivotGridWebGroup Class

A group of fields.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxPivotGridWebGroup :
    PivotGridWebGroup
vb
Public Class MVCxPivotGridWebGroup
    Inherits PivotGridWebGroup

The following members return MVCxPivotGridWebGroup objects:

Remarks

The PivotGrid enables you to arrange fields into groups. Fields that belong to a group are treated as a whole, and are always displayed within the same area and in the same order. If you drag a field from a group to another position, the entire group is moved.

Field groups are represented by the MVCxPivotGridWebGroup class, and are stored within the PivotGridSettings.Groups collection. Groups hold fields within their PivotGridWebGroup.Fields collection. To ungroup the fields, the group must be removed. Note that fields are not disposed of in this case. To unlink individual fields, use the group’s Remove method.

Implements

IEnumerable

DevExpress.XtraPivotGrid.Data.IPivotGridGroup

DevExpress.Web.Design.IDesignTimeCollectionItem

Inheritance

Object PivotGridGroup PivotGridWebGroup MVCxPivotGridWebGroup

See Also

MVCxPivotGridWebGroup Members

DevExpress.Web.Mvc Namespace