Class SfAutoCompleteItem
Auto complete item.
Inheritance
System.Object
    SfAutoCompleteItem
  Namespace: Com.Syncfusion.Autocomplete
Assembly: Syncfusion.SfAutoComplete.Android.dll
Syntax
public class SfAutoCompleteItem : Object
  Constructors
SfAutoCompleteItem(String, String)
Initializes a new instance of the SfAutoCompleteItem class.
Declaration
public SfAutoCompleteItem(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.  |