Skip to main content
ON

FilterCheckedListModel.SelectedFilterValues Property

Gets or sets a collection that contains items selected in the filter picker list.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public ObservableCollection<object> SelectedFilterValues { get; }

Property Value

Type Description
ObservableCollection<Object>

A collection that contains the selected filter values.

See Also