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

PivotGridField.GetFilterValuesIncluded() Method

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, 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