menu

MAUI

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

    Show / Hide Table of Contents

    Class AssistCardItem

    Represents the AssistCardItem class which contains properties for card items.

    Inheritance
    System.Object
    AssistItem
    AssistCardItem
    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 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>

    Implements

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