Method GetPickerItem
GetPickerItem(int)
Get the Picker item at the given index.
Declaration
protected TItemType GetPickerItem(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the item to get. |
Returns
Type | Description |
---|---|
TItemType | The Picker item at the given index. |