Skip to main content

FormPickerViewModel Properties

A View Model used in the FormPickerItemBase descendants.
Name Description
ApplyCommand Gets or sets the command executed when a user applies the picker selection.
ApplyOnSelectionChange Gets or sets whether the picker should call the Apply() method when a user selects an item.
ClearSelectionCommand Gets or sets the command executed when a user clears selections within the picker.
CloseCommand Gets or sets the command executed when a user closes the picker.
Context Gets the picker’s context.
PickerFormItem Gets the displayed object.
SelectedItem Gets or sets the item that is selected within the picker.
SelectedItems Gets the collection of items that are selected within the picker.
See Also