Xamarin.iOS

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

    Show / Hide Table of Contents

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

    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.

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