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