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. |