Interface IComboBoxFilterBehavior

    Show / Hide Table of Contents

    Interface IComboBoxFilterBehavior

    Represents an interface that provides information about a methods for performing filerting in SfComboBox control.

    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public interface IComboBoxFilterBehavior

    Methods

    GetMatchingIndexes(SfComboBox, ComboBoxFilterInfo)

    Finds matching indexes using the typed text.

    Declaration
    List<int> 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.Collections.Generic.List<System.Int32>

    The list of matching indexes based on typed text.

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