PivotGroupFilterValues.Reset() Method
In This Article
Clears the filter values collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Remarks
The Reset method clears the filter values collection (the PivotGroupFilterValues.Values property), and sets the filter type (the PivotGroupFilterValues.FilterType property) to Excluded.
See Also