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.v18.2.dll

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.

See Also