FilterCheckedListModelBase.SelectedFilterValues Property
In This Article
Gets the collection of selected filter values.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public ObservableCollection<object> SelectedFilterValues { get; }
#Property Value
Type | Description |
---|---|
Observable |
The collection of selected filter values. |
See Also