Skip to main content

PivotGridFieldFilterValues.Clear() Method

In This Article

Removes all elements from the PivotGridFieldFilterValues.Values array.

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public void Clear()

#Remarks

Refer to the PivotGridFieldFilterValues topic for more information on the filter value collection.

See Also