PFOfficeBindingValue Properties |
The PFOfficeBindingValue type exposes the following members.
| Name | Description | |
|---|---|---|
| DisplayName |
The display name of the additional value
| |
| Guid |
Global unique identifier for this column. Should stay constant
between multiple bindings to allows consistent update of the placeholders.
| |
| InternalName |
The internal name of the additional value
| |
| Renderer |
Delegate to render Value property to a text value. If set null, ToString() is used.
| |
| Value |
The value object.
|