Class CardPickerContext
Represents a context that holds information about the card picker that is displayed in the chat.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CardPickerContext : PickerContext, INotifyPropertyChanged
Constructors
CardPickerContext()
Declaration
public CardPickerContext()
Properties
Cards
Gets or sets a collection of cards that are displayed by the card picker.
Declaration
public IEnumerable<CardContext> Cards { get; set; }
Property Value
System.Collections.Generic.IEnumerable<CardContext>
|
Methods
CanExecuteOk()
Determines whether the Ok button of the picker can be clicked.
Declaration
public override bool CanExecuteOk()
Returns
System.Boolean
True if the button should be enabled, false otherwise. |