PickerContext
Class
Represents a context that holding information about the particulat picker that is displayed in the chat.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class PickerContext : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBasePickerContext
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public PickerContext()
Properties
Methods
Determines whether the Ok button of the picker can be clicked.
C#
public virtual bool CanExecuteOk()
True if the button should be enabled, false otherwise.
Raises the PropertyChanged event.
C#
protected override void OnPropertyChanged(string propertyName = null)
The name of the property that has changed. If null, the caller member name is used.
Overrides: