Skip to main content

PivotGridGroupCollection.Remove(PivotGridGroup) Method

Removes the specified group from the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.1.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