PivotGridGroupCollection.Remove(PivotGridGroup) Method
In This Article
Removes the specified group from the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public void Remove(
PivotGridGroup fieldGroup
)
#Parameters
Name | Type | Description |
---|---|---|
field |
Pivot |
A Pivot |
See Also