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