Skip to content

DataTableListPicker

A list picker allows the selection of one option among values within a defined category.


When assigning a rule to a property of DataTableListPicker, the rule will be passed an instance of the following proxy class as an argument:


DataTableListPicker Properties

Property Type Required
Caption string No
PickerItems complex No
Value string No

Caption

Displays label on the control.

  • type: string

PickerItems

An array of items for this picker. It can be simple key and value items. Currently, the display value must be unique for iOS platform

  • type: complex

PickerItems Value

Any following options needs to be fulfilled.

Option 1

Option 2


Value

When not specified or not found in the PickerItems no selection is made. An array of the above values can be used to specify multiple selection.

  • type: string