Class AssistItemSuggestion
Represents the AssistItemSuggestion class which contains properties for the suggestion items.
Inheritance
System.Object
AssistItemSuggestion
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public class AssistItemSuggestion : BindableObject
Constructors
AssistItemSuggestion()
Initializes a new instance of the AssistItemSuggestion class.
Declaration
public AssistItemSuggestion()
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 PromptSuggestion 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 collection of suggestion items.
Declaration
public IList<ISuggestion> Items { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IList<ISuggestion> |
ItemSpacing
Gets or sets the spacing between the suggestion items.
Declaration
public double ItemSpacing { get; set; }
Property Value
Type |
---|
System.Double |
Orientation
Gets or sets the orientation of the suggestion items.
Declaration
public SuggestionsOrientation Orientation { get; set; }