Class AssistAttachmentItem
Represents the
Implements
Inherited Members
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> |