menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SuggestionItemSelectedEventArgs - API Reference

    Show / Hide Table of Contents

    Class SuggestionItemSelectedEventArgs

    Provides data for the SuggestionItemSelected event.

    Inheritance
    System.Object
    SuggestionItemSelectedEventArgs
    Namespace: Syncfusion.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.dll
    Syntax
    public class SuggestionItemSelectedEventArgs : Object

    Constructors

    SuggestionItemSelectedEventArgs()

    Declaration
    public SuggestionItemSelectedEventArgs()

    Properties

    HideAfterSelection

    Gets or sets a value indicating whether the suggestions control should be shown or collapsed after an item is selected from the list of suggestions. The default value is true.

    Declaration
    public bool HideAfterSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    Message

    Gets the instance of the current message for which suggestions was shown.

    Declaration
    public MessageBase Message { get; }
    Property Value
    Type Description
    MessageBase

    SelectedItem

    Gets the item that was selected from the suggestion control.

    Declaration
    public object SelectedItem { get; }
    Property Value
    Type Description
    System.Object

    SuggestionType

    Gets a value that indicates whether the selected item is from an inline suggestion box or from an outline suggestion.

    Declaration
    public SuggestionType SuggestionType { get; }
    Property Value
    Type Description
    SuggestionType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved