Interface ILoadMoreItems
Represents the LoadMore interface
Namespace: Syncfusion.XForms.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.dll
Syntax
public interface ILoadMoreItems
Methods
LoadMoreItems()
Update the dropdown based on maximum suggestion property
Declaration
void LoadMoreItems()
LoadMoreItems(SfComboBox)
Update the dropdown based on specified maximum suggestion property
Declaration
void LoadMoreItems(SfComboBox formsAutoComplete)
Parameters
Type | Name | Description |
---|---|---|
SfComboBox | formsAutoComplete | Forms auto complete. |
LoadMoreItems(SfComboBox, Int32)
Loads the more items.
Declaration
void LoadMoreItems(SfComboBox formsAutoComplete, int maximumSuggestions)
Parameters
Type | Name | Description |
---|---|---|
SfComboBox | formsAutoComplete | Forms auto complete. |
System.Int32 | maximumSuggestions | Maximum suggestions. |