Skip to main content

PivotGridField.GetFilterValuesExcluded() Method

Returns an array of excluded filter values for the current field.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public object[] GetFilterValuesExcluded()

Returns

Type Description
Object[]

An array of excluded filter values.

Remarks

To see the list of included filter values, use the PivotGridField.GetFilterValuesIncluded method.

Note

The GetFilterValuesExcluded method is not in effect in Excel-style filter mode.

See Also