Click or drag to resize

PFListViewItem Properties

The PFListViewItem type exposes the following members.

Properties
  NameDescription
Public propertyContent
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.
Public propertyId
Gives an unique id to this ListView item.
Public propertySecondary
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.
Public propertyTitle
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.
Public propertyUrl
The URL to open when the title is clicked.
Top
See Also