menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    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.

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