Skip to main content

PivotGridField.GetFilterValuesIncluded() Method

Returns an array of included 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[] GetFilterValuesIncluded()

Returns

Type Description
Object[]

An array of included filter values.

Remarks

To see the list of excluded filter values, use the PivotGridField.GetFilterValuesExcluded method.

Note

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

See Also