Skip to main content
A newer version of this page is available. .

PivotGridFieldFilterValues.InvertFilterType() Method

Inverts the current filter type.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.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