menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AssistHyperlinkItem - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AssistHyperlinkItem

    Represents the AssistHyperlinkItem class which contains properties for hyperlink items.

    Inheritance
    System.Object
    AssistItem
    AssistHyperlinkItem
    Implements
    IAssistItem
    Inherited Members
    AssistItem.Data
    AssistItem.DataProperty
    AssistItem.DateTime
    AssistItem.DateTimeProperty
    AssistItem.ErrorMessage
    AssistItem.ErrorMessageProperty
    AssistItem.IsLiked
    AssistItem.IsLikedProperty
    AssistItem.IsRequested
    AssistItem.IsRequestedProperty
    AssistItem.Profile
    AssistItem.ProfileProperty
    AssistItem.RequestItem
    AssistItem.RequestItemProperty
    AssistItem.ShowAssistItemFooter
    AssistItem.ShowAssistItemFooterProperty
    AssistItem.Suggestion
    AssistItem.SuggestionProperty
    AssistItem.Text
    AssistItem.TextProperty
    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

    Implements

    IAssistItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved