New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a context that holds information about a basic card displayed in the chat.

Definition

Constructors

C#
public BasicCardContext()

Properties

Gets or sets the description of the card message.

C#
public string Description { get; set; }

Gets or sets the subtitle of the card message.

C#
public string Subtitle { get; set; }

Gets or sets the title of the card message.

C#
public string Title { get; set; }