IThreadSafeField.FilterValues Property
In This Article
Gets filter values for the current field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
FieldFilterValues FilterValues { get; }
#Property Value
Type | Description |
---|---|
Field |
A Field |
#Remarks
This property returns the PivotGridField.FilterValues property value.
See Also