Skip to main content
All docs
V25.2
  • PredefinedFilterCheckedChipGroupItem.Filters Property

    Gets the collection of predefined filters that are available in the current PredefinedFilterCheckedChipGroupItem.

    Namespace: DevExpress.Maui.Editors

    Assembly: DevExpress.Maui.Editors.dll

    NuGet Package: DevExpress.Maui.Editors

    Declaration

    public PredefinedFilterCollection Filters { get; }

    Property Value

    Type Description
    PredefinedFilterCollection

    The collection of predefined filters.

    See Also