Class ChatSuggestions
This class holds the list of items to be displayed as response to a message.
Inheritance
System.Object
ChatSuggestions
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class ChatSuggestions : BindableObject
Constructors
ChatSuggestions()
Initializes a new instance of the ChatSuggestions class.
Declaration
public ChatSuggestions()
Fields
ItemSpacingProperty
Identifies the ItemSpacing Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
ItemsProperty
Identifies the Items Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty ItemsProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
OrientationProperty
Identifies the Orientation Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
Items
Gets or sets the list of items to be shown as suggestion in response to a user message.
Declaration
public IList<ISuggestion> Items { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IList<ISuggestion> |
ItemSpacing
Gets or sets the spacing between two suggestion items.
Declaration
public double ItemSpacing { get; set; }
Property Value
Type |
---|
System.Double |
Orientation
Gets or sets the orientation of the items loaded inside the suggestions control.
Declaration
public SuggestionsOrientation Orientation { get; set; }
Property Value
Type |
---|
SuggestionsOrientation |