Class ItemPickerContext
Inheritance
System.Object
ItemPickerContext
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class ItemPickerContext : PickerContext, INotifyPropertyChanged
Constructors
Declaration
public ItemPickerContext()
Properties
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
|
System.Collections.IEnumerable
|
Declaration
public object SelectedItem { get; set; }
Property Value
Declaration
public IEnumerable SelectedItems { get; set; }
Property Value
|
System.Collections.IEnumerable
|
Declaration
public SelectionMode SelectionMode { get; set; }
Property Value
Methods
Declaration
public override bool CanExecuteOk()
Returns
Overrides