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 RadChat does not use this property anywhere, use this to carry a payload of information for your convenience.
Declaration
public object Data { get; set; }
Property Value
System.Object
|
Methods
CanExecuteOk()
Determines whether the Ok button of the picker can be clicked.
Declaration
public virtual bool CanExecuteOk()
Returns
System.Boolean
True if the button should be enabled, false otherwise. |
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|