OverflowButton¶
OverflowButton Properties¶
Property | Type | Required | Default |
---|---|---|---|
ButtonType | enum |
Optional | "Normal" |
Image | Image | Optional | |
OnPress | complex | Optional | |
Title | string |
Optional | |
Visible | boolean |
Optional | true |
_Name | string |
Optional |
ButtonType¶
Constants indicating the style information that is applied to the action button. Destructive
means an action that
deletes data or performs some type of destructive task. Disabled
means an action can not perform any operation.
- type:
enum
- default:
"Normal"
The value of this property must be equal to one of the known values below.
ButtonType Known Values¶
Value | Description |
---|---|
Normal |
|
Destructive |
|
Disabled |
Image¶
Image to be displayed in the ActionItem.
- type: Image
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¶
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