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