ActionItem¶
ActionItem Properties¶
| Property | Type | Required | Default |
|---|---|---|---|
| OnPress | complex | No | |
| Style | string |
No | |
| Title | string |
No | |
| Visible | boolean |
No | true |
| _Name | string |
No |
OnPress¶
Action or rule to be performed when the event is triggered.
- type: complex
OnPress Value¶
Any following options needs to be fulfilled.
Option 1¶
- ActionOrRule
- Formatter and Binding are not supported
Option 2¶
Style¶
It supports font-color, normal background-color and highlighted background-color for the button.
- type:
string
Title¶
Label to be displayed on the button. For Android, the text is always in upper case and cannot be styled to contain lower case letters.
- type:
string
Visible¶
Set the visibility of the button.
- type:
boolean - default:
true
_Name¶
- type:
string