menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISuggestion - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISuggestion

    Defines properties that can used in an individual suggestion item in the suggestions collecton in a message.

    Namespace: Syncfusion.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.dll
    Syntax
    public interface ISuggestion

    Properties

    Image

    Gets or sets the image of a suggestion item.

    Declaration
    ImageSource Image { get; set; }
    Property Value
    Type
    Xamarin.Forms.ImageSource

    Text

    Gets or sets the text of a suggestion item.

    Declaration
    string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved