Click or drag to resize

PFOfficeBindingValue Properties

The PFOfficeBindingValue type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
The display name of the additional value
Public propertyGuid
Global unique identifier for this column. Should stay constant between multiple bindings to allows consistent update of the placeholders.
Public propertyInternalName
The internal name of the additional value
Public propertyRenderer
Delegate to render Value property to a text value. If set null, ToString() is used.
Public propertyValue
The value object.
Top
See Also