Interface ComboBoxAdapter
Combo box adapter.
Namespace: Syncfusion.Android.ComboBox
Assembly: Syncfusion.SfComboBox.Android.dll
Syntax
public interface ComboBoxAdapter
Methods
GetView(SfComboBox, String, Int32)
Gets the view.
Declaration
View GetView(SfComboBox comboBox, string text, int index)
Parameters
Type | Name | Description |
---|---|---|
SfComboBox | comboBox | Combo box. |
System.String | text | Text. |
System.Int32 | index | Index. |
Returns
Type | Description |
---|---|
Android.Views.View | The view. |