Class AssistCardItem
Represents the AssistCardItem class which contains properties for card items.
Implements
Inherited Members
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public class AssistCardItem : AssistItem, IAssistItem
Constructors
AssistCardItem()
Initializes a new instance of the AssistCardItem class.
Declaration
public AssistCardItem()
Fields
CardsProperty
Identifies the Source Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty CardsProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
Cards
Gets or sets the collection of Card in a AssistCardItem.
Declaration
public IList<Card> Cards { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IList<Card> |