ImageCell¶
When assigning a rule to a property of ImageCell, the rule will be passed an instance of the following proxy class as an argument:
ImageCell Properties¶
| Property | Type | Required | Default |
|---|---|---|---|
| Attribute | string |
No | |
| Image | Image | No | |
| ImageIsCircular | boolean |
No | false |
| OnPress | ActionOrRule | No | |
| Styles | object |
No | |
| Subtitle | string |
No | |
| Title | string |
No | |
| Visible | boolean |
No | true |
| _Name | string |
No |
Attribute¶
- type:
string
Image¶
The path of the image.
- type: Image
ImageIsCircular¶
- type:
boolean - default:
false
OnPress¶
Action/Rule to be triggered when the image is pressed.
- type: ActionOrRule
- Formatter and Binding are not supported
Styles¶
- type:
objectwith following properties.
| Property | Type | Required | Default |
|---|---|---|---|
| Image | string | No |
Image¶
The string value is a style class name of Image.
- Image style class
Subtitle¶
- type:
string
Title¶
- type:
string
Visible¶
Only valid for static section, will be ignored in dynamic sections.
- type:
boolean - default:
true
_Name¶
- type:
string