alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AssistAttachmentItem

    Represents the class which contains properties for attachment items.

    Inheritance
    System.Object
    AssistItem
    AssistAttachmentItem
    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.SuggestionHeaderText
    AssistItem.SuggestionHeaderTextProperty
    AssistItem.SuggestionProperty
    AssistItem.Text
    AssistItem.TextProperty
    Namespace: Syncfusion.Maui.AIAssistView
    Assembly: Syncfusion.Maui.AIAssistView.dll
    Syntax
    public class AssistAttachmentItem : AssistItem, IAssistItem

    Constructors

    AssistAttachmentItem()

    Declaration
    public AssistAttachmentItem()

    Fields

    AttachmentsProperty

    Identifies the Source Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty AttachmentsProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    Properties

    Attachments

    Gets or sets the list of the attachments.

    Declaration
    public IList<IAttachment> Attachments { get; set; }
    Property Value
    Type
    System.Collections.Generic.IList<IAttachment>

    Implements

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