Class PickerContext
Inherited Members
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class PickerContext : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
PickerContext()
Declaration
public PickerContext()
Properties
Data
Declaration
public object Data { get; set; }
Property Value
System.Object
|
Methods
CanExecuteOk()
Declaration
public virtual bool CanExecuteOk()
Returns
System.Boolean
|
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|