Class AssistHyperlinkItem
Represents the AssistHyperlinkItem class which contains properties for hyperlink items.
Implements
Inherited Members
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public class AssistHyperlinkItem : AssistItem, IAssistItem
Constructors
AssistHyperlinkItem()
Declaration
public AssistHyperlinkItem()
Fields
UrlProperty
Identifies the Source Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty UrlProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
Url
Gets or sets the URL of the hyperlink.
Declaration
public string Url { get; set; }
Property Value
Type |
---|
System.String |