menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IAutoCompleteSearchBehavior - API Reference

    Show / Hide Table of Contents

    Interface IAutoCompleteSearchBehavior

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

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

    Methods

    GetHighlightIndex(SfAutoComplete, AutoCompleteSearchInfo)

    Returns the index of the highlighted item in the DropDown of the SfAutoComplete.

    Declaration
    int GetHighlightIndex(SfAutoComplete source, AutoCompleteSearchInfo searchInfo)
    Parameters
    Type Name Description
    SfAutoComplete source

    The AutoComplete control.

    AutoCompleteSearchInfo searchInfo

    Contains details regarding search text and filtered items of AutoComplete control.

    Returns
    Type Description
    System.Int32

    The highlighted index.

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