Skip to main content

MVCxPivotGridWebGroup Class

A group of fields.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxPivotGridWebGroup :
    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.

PivotGridGroup

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

DevExpress.XtraPivotGrid.Data.IPivotGridGroup
DevExpress.Web.Design.IDesignTimeCollectionItem

Inheritance

See Also