Xamarin.Android

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

    Show / Hide Table of Contents

    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.

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