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

FilterModel.FilterValues Property

Gets values available for an operand.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public ReadOnlyObservableCollection<FilterValueInfo> FilterValues { get; }

Property Value

Type Description
ReadOnlyObservableCollection<DevExpress.Xpf.Core.FilteringUI.FilterValueInfo>

A collection of values available for an operand.

See Also