Skip to main content

PivotGroupFilterValuesCollection.Clear() Method

Clears the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public void Clear()

Remarks

To remove individual items from the collection, use the PivotGroupFilterValuesCollection.Remove method.

See Also