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

PivotGroupFilterValues.Reset() Method

Clears the filter values collection.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public void Reset()

Remarks

The Reset method clears the filter values collection (the PivotGroupFilterValues.Values property), and sets the filter type (the PivotGroupFilterValues.FilterType property) to PivotFilterType.Excluded.

See Also