menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IAutoCompleteFilterBehavior - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IAutoCompleteFilterBehavior

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

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

    Methods

    GetMatchingItemsAsync(SfAutoComplete, AutoCompleteFilterInfo)

    Finds matching items using the typed text in AutoComplete.

    Declaration
    Task<object> GetMatchingItemsAsync(SfAutoComplete source, AutoCompleteFilterInfo filterInfo)
    Parameters
    Type Name Description
    SfAutoComplete source

    The AutoComplete control.

    AutoCompleteFilterInfo filterInfo

    Contains details about search text.

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

    The custom items source based on typed text.

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