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

IThreadSafeField.FilterValues Property

Gets 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

FieldFilterValues FilterValues { get; }

Property Value

Type Description
FieldFilterValues

A FieldFilterValues object that contains filter values for the current field.

Remarks

This property returns the PivotGridField.FilterValues property value.

See Also