CardPickerContext
Class
Represents a context that holds information about the card picker that is displayed in the chat.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class CardPickerContext : PickerContext, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBasePickerContextCardPickerContext
Implements:
Inherited Members
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()
True if the button should be enabled, false otherwise.
Overrides: