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

Represents a base class for basic and image card contexts.

Definition

Constructors

Initializes a new instance of the CardContext class.

C#
public CardContext()

Properties

Gets or sets a collection of card actions.

C#
public ICollection<CardActionContext> Actions { get; set; }

Gets or sets some custom information about the particular card context. The RadChat does not use this property anywhere, use this to carry a payload of information for your convenience.

C#
public object Data { get; set; }