Skip to main content

PivotGroupFilterValues.Reset() Method

Clears the filter values collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

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

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