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

PivotGridSettings.Groups Property

Gets the collection of field groups.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public MVCxPivotGridWebGroupCollection Groups { get; }

Property Value

Type Description
MVCxPivotGridWebGroupCollection

A MVCxPivotGridWebGroupCollection object which represents a collection of field groups.

Remarks

Individual fields can be arranged into a group, which is represented by an MVCxPivotGridWebGroup object. Fields contained within a group are treated as a whole, and are always displayed within the same area. These fields cannot be separated by dragging one of them to a different area or hiding it in the customization form. If you drag a field from a group to another position, the entire group is moved.

To ungroup the fields, the group must be removed. Note that fields are not disposed of in this case.

See Also