Back to Devexpress

PivotGridField.FilterValues Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-41f901eb.md

latest2.5 KB
Original Source

PivotGridField.FilterValues Property

Gets the filter values for the current field. Use the SetFilterValues, GetFilterValuesExcluded or GetFilterValuesIncluded methods instead.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public FieldFilterValues FilterValues { get; }
vb
<Browsable(False)>
Public ReadOnly Property FilterValues As FieldFilterValues

Property Value

TypeDescription
FieldFilterValues

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

|

Remarks

This property is hidden from Visual Studio XAML editor’s Intellisense intentionally. We recommend using the SetFilterValues, GetFilterValuesExcluded or GetFilterValuesIncluded methods instead.

See Also

SetFilterValues(Object[], FieldFilterType, Boolean)

SetFilterValuesAsync(Object[], FieldFilterType, Boolean, AsyncCompletedHandler)

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace