Interface ISuggestion
Represents a suggestion item in a AssistSuggestion collection.
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public interface ISuggestion
Properties
Category
Gets or sets the category used to group the suggestion.
Declaration
string Category { get; set; }
Property Value
| Type |
|---|
| System.String |
ImageSource
Gets or sets the image source associated with the suggestion.
Declaration
ImageSource ImageSource { get; set; }
Property Value
| Type |
|---|
| Microsoft.Maui.Controls.ImageSource |
Text
Gets or sets the text of the suggestion.
Declaration
string Text { get; set; }
Property Value
| Type |
|---|
| System.String |