PivotGridGroupCollection.Remove(PivotGridGroup) Method
Removes the specified group from the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fieldGroup | PivotGridGroup | A PivotGridGroup object which represents the group to remove. |
See Also