Class PickerContext
Represents a context that holding information about the particulat picker that is displayed in the chat.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickerContext : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
PickerContext()
Declaration
public PickerContext()
Properties
Data
Gets or sets some custom information about the particular picker context.
The Rad
Declaration
public object Data { get; set; }
Property Value
System.
|
Methods
CanExecuteOk()
Determines whether the Ok button of the picker can be clicked.
Declaration
public virtual bool CanExecuteOk()
Returns
System. True if the button should be enabled, false otherwise. |
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|