Skip to main content

PivotGroupFilterValues.Reset() Method

In This Article

Clears the filter values collection.

Namespace: DevExpress.XtraPivotGrid

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

#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 Excluded.

See Also