Class SfComboBoxItem
Auto complete Item class
Inheritance
System.Object
SfComboBoxItem
Namespace: Syncfusion.iOS.ComboBox
Assembly: Syncfusion.SfComboBox.iOS.dll
Syntax
public class SfComboBoxItem : NSObject
Constructors
SfComboBoxItem()
Initializes a new instance of the
Declaration
public SfComboBoxItem()
Properties
Image
Gets or sets the image.
Declaration
public NSString Image { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSString | The image. |
ItemText
Gets or sets the text.
Declaration
public NSString ItemText { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSString | The text. |