ClassPickerContext
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:
cs-api-definition
public class PickerContext : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBasePickerContext
Derived Classes:
Implements:
Inherited Members
Constructors
PickerContext()
Declaration
cs-api-definition
public PickerContext()
Properties
Methods
CanExecuteOk()
Determines whether the Ok button of the picker can be clicked.
Declaration
cs-api-definition
public virtual bool CanExecuteOk()
Returns
True if the button should be enabled, false otherwise.
OnPropertyChanged(string)
Raises the PropertyChanged event.
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName
The name of the property that has changed. If null, the caller member name is used.
Overrides