menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILoadMore - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved