Skip to main content
All docs
V25.2
  • ON

    FilterCheckedListModelBase.SelectedFilterValues Property

    Gets the collection of selected filter values.

    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<System.Object>

    The collection of selected filter values.

    See Also