Interface IComboBoxSearchBehavior
Represents an interface that provides information about a methods for performing search in SfComboBox control.
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public interface IComboBoxSearchBehaviorMethods
GetHighlightIndex(SfComboBox, ComboBoxSearchInfo)
Returns the index of the highlighted item in the DropDown of the SfComboBox.
Declaration
int GetHighlightIndex(SfComboBox source, ComboBoxSearchInfo searchInfo)Parameters
| Type | Name | Description | 
|---|---|---|
| SfComboBox | source | The ComboBox control. | 
| ComboBoxSearchInfo | searchInfo | Contains details regarding search text and filtered items of ComboBox control. | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | The highlighted index. |