Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfComboBoxItem - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfComboBoxItem

    combo box item.

    Inheritance
    System.Object
    SfComboBoxItem
    Namespace: Syncfusion.Android.ComboBox
    Assembly: Syncfusion.SfComboBox.Android.dll
    Syntax
    public class SfComboBoxItem : Object

    Constructors

    SfComboBoxItem(String, String)

    Initializes a new instance of the SfComboBoxItem class.

    Declaration
    public SfComboBoxItem(string textName, string imageName)
    Parameters
    Type Name Description
    System.String textName

    Text name.

    System.String imageName

    Image name.

    Properties

    ImageName

    Gets or sets the name of the image.

    Declaration
    public string ImageName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the image.

    TextName

    Gets or sets the name of the text.

    Declaration
    public string TextName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the text.

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