Version

Binding Property

Specifies the binding that will be used to retrieve value from the control or set result of formula calculation on the control.
Syntax
'Declaration
 
Public Property Binding As Binding
public Binding Binding {get; set;}
Remarks

If the underlying control is a source of value for formula calculations, this binding will be used to retrieve the value of the control. If there's a formula associated with this control, this binding will be used to set the formula calculation result on the control.

Note that Binding and Property properties are mutually exclusive. You need to specify only one.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also