Skip to main content

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
fieldGroup PivotGridGroup

A PivotGridGroup object which represents the group to remove.

See Also