ClassCardPickerContext
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:
cs-api-definition
public class CardPickerContext : PickerContext, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBasePickerContextCardPickerContext
Implements:
Inherited Members
Constructors
CardPickerContext()
Declaration
cs-api-definition
public CardPickerContext()
Properties
Cards
Gets or sets a collection of cards that are displayed by the card picker.
Declaration
cs-api-definition
public IEnumerable<CardContext> Cards { get; set; }
Property Value
Methods
CanExecuteOk()
Determines whether the Ok button of the picker can be clicked.
Declaration
cs-api-definition
public override bool CanExecuteOk()
Returns
True if the button should be enabled, false otherwise.
Overrides