KeyValueItem¶
A simple key value cell that displays a label and a text pair.
KeyValueItem Properties¶
Property | Type | Required | Default |
---|---|---|---|
KeyName | string |
Optional | |
LinkColor | string |
Optional | |
OnPress | ActionOrRule | Optional | |
Value | string |
Optional | |
Visible | boolean |
Optional | true |
KeyName¶
The key name of the cell.
- type:
string
LinkColor¶
- type:
string
OnPress¶
- type: ActionOrRule
- Formatter and Binding are not supported
Value¶
The value of the property.
For iOS devices, there is an unlimited number of lines for the KeyValue section.
For Android devices, the KeyValue section has a maximum of three lines for a value. Also, if the screen width is less than 600 dpi, only one column is rendered for the KeyValue control. On rotation of the screen, the display switches back to multiple columns if the width is more than 600 dpi.
- type:
string
Visible¶
Set the visibility of this key value item.
- type:
boolean
- default:
true