Skip to main content
A newer version of this page is available. .

PivotGroupFilterValuesCollection.Clear() Method

Clears the collection.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public void Clear()

Remarks

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

See Also