PFListViewItem Properties |
The PFListViewItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Content |
Represents the secondary text (top right) of a ListView item.
For bandwidth efficiency purposes, this is represented as a tuple of 3 objects.
The first slot is the display HTML of the field, the second slot is the display text and the third is
the POCO value. Each slot may be null.
| |
| Id |
Gives an unique id to this ListView item.
| |
| Secondary |
Represents the secondary text (top right) of a ListView item.
For bandwidth efficiency purposes, this is represented as a tuple of 3 objects.
The first slot is the display HTML of the field, the second slot is the display text and the third is
the POCO value. Each slot may be null.
| |
| Title |
Represents the title (top text) of a ListView item.
For bandwidth efficiency purposes, this is represented as a tuple of 3 objects.
The first slot is the display HTML of the field, the second slot is the display text and the third is
the POCO value. Each slot may be null.
| |
| Url |
The URL to open when the title is clicked.
|