Click or drag to resize

PFListViewItemContent Property

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.

Namespace:  Packflow.Core.Widgets.BuiltIn
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public Object[] Content { get; set; }

Property Value

Type: Object
See Also