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

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

Definition

Constructors

C#
public CardPickerContext()

Properties

Gets or sets a collection of cards that are displayed by the card picker.

C#
public IEnumerable<CardContext> Cards { get; set; }

Methods

Determines whether the Ok button of the picker can be clicked.

C#
public override bool CanExecuteOk()
Returns:

bool

True if the button should be enabled, false otherwise.

Overrides: PickerContext.CanExecuteOk()