Skip to main content
All docs
V25.2
  • ON

    PredefinedFilterCheckedListModel.FilterValues Property

    Gets the collection of predefined filters specified within the PredefinedFilterCheckedChipGroupItem control.

    Namespace: DevExpress.Maui.Core

    Assembly: DevExpress.Maui.Core.dll

    NuGet Package: DevExpress.Maui.Core

    Declaration

    public IReadOnlyCollection<ValueInfo<PredefinedFilter>> FilterValues { get; }

    Property Value

    Type Description
    IReadOnlyCollection<ValueInfo<PredefinedFilter>>

    The collection of predefined filters.

    See Also