MVCxPivotGridWebGroup Properties
A group of fields.| Name | Description |
|---|---|
| Area | Gets the area of the pivot grid in which the group is displayed. Inherited from PivotGridGroup. |
| AreaIndex | Gets the index of the first field within the group among the other fields displayed within the same area. Inherited from PivotGridGroup. |
| Caption | Gets or sets the group’s caption. Inherited from PivotGridGroup. |
| Count | Gets the number of fields within the group. Inherited from PivotGridGroup. |
| Fields | Provides access to the group’s field collection. Inherited from PivotGridWebGroup. |
| FilterValues | Gets the group filter condition. Inherited from PivotGridGroup. |
| Hierarchy | Gets or sets the name of the hierarchy to which the current field group belongs. Inherited from PivotGridGroup. |
| Index | Gets the group’s position within the collection that owns it. Inherited from PivotGridGroup. |
| IsOLAP | Gets whether the control is in OLAP mode. Inherited from PivotGridGroup. |
| Item[Int32] | Provides indexed access to the fields in the group. Inherited from PivotGridGroup. |
| ShowNewValues | Gets or sets whether field values that have appeared in the datasource after the field’s filtering was configured should be shown. Inherited from PivotGridGroup. |
| Visible | Gets whether the group is visible. Inherited from PivotGridGroup. |
| VisibleCount | Gets the number of visible fields within the current group. Inherited from PivotGridGroup. |
See Also