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 : Object
Constructors
AssistItemSuggestion()
Declaration
public AssistItemSuggestion()
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; }
Property Value
Type |
---|
SuggestionsOrientation |