alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SfAutoCompleteItem

    Inheritance
    System.Object
    SfAutoCompleteItem
    SFAutoCompleteItem
    Namespace: Syncfusion.SfAutoComplete.iOS
    Assembly: Syncfusion.SfAutoComplete.iOS.dll
    Syntax
    public class SfAutoCompleteItem : NSObject

    Constructors

    SfAutoCompleteItem()

    Declaration
    public SfAutoCompleteItem()

    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 - 2025 Syncfusion Inc. All Rights Reserved