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. |