alexa
menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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.

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