menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComboBoxFilterBehavior - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ComboBoxFilterBehavior

    Represents a filtering behavior for SfComboBox. Using the text entered in control, suggestion list gets created based on TextSearchMode. We can override this and show custom suggestions.

    Inheritance
    System.Object
    ComboBoxFilterBehavior
    Implements
    IComboBoxFilterBehavior
    Namespace: Syncfusion.Maui.Inputs
    Assembly: Syncfusion.Maui.Inputs.dll
    Syntax
    public class ComboBoxFilterBehavior : Object, IComboBoxFilterBehavior

    Constructors

    ComboBoxFilterBehavior()

    Declaration
    public ComboBoxFilterBehavior()

    Methods

    GetMatchingIndexes(SfComboBox, ComboBoxFilterInfo)

    Finds matching indexes using the typed text.

    Declaration
    public virtual Task<object> GetMatchingIndexes(SfComboBox source, ComboBoxFilterInfo filterInfo)
    Parameters
    Type Name Description
    SfComboBox source

    The ComboBox control.

    ComboBoxFilterInfo filterInfo

    Contains details about search text.

    Returns
    Type Description
    System.Threading.Tasks.Task<System.Object>

    The list of matching indexes based on typed text.

    Implements

    IComboBoxFilterBehavior
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved