Skip to main content

PivotGridFieldFilterValues.InvertFilterType() Method

In This Article

Inverts the current filter type.

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public void InvertFilterType()

#Remarks

The InvertFilterType method does the following:

You can also use the PivotGridFieldFilterValues.SetFilterType method to specify the filter type.

To set the filter type without changing the PivotGridFieldFilterValues.Values collection, use the PivotGridFieldFilterValues.FilterType property. Note that this will invert the filter condition.

See Also