Back to Devexpress

IThreadSafeField.FilterValues Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-ithreadsafefield-550e2171.md

latest1.3 KB
Original Source

IThreadSafeField.FilterValues Property

Gets filter values for the current field.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
FieldFilterValues FilterValues { get; }
vb
ReadOnly Property FilterValues As FieldFilterValues

Property Value

TypeDescription
FieldFilterValues

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

|

Remarks

This property returns the PivotGridField.FilterValues property value.

See Also

FilterValues

IThreadSafeField Interface

IThreadSafeField Members

DevExpress.Xpf.PivotGrid Namespace