Intersoft ClientUI Documentation
ValueBinding Property



Gets the value binding that is used as a template for the actual evaluation.
Syntax
Public ReadOnly Property ValueBinding As Binding
Dim instance As BindingSourceEvaluator(Of T)
Dim value As Binding
 
value = instance.ValueBinding
public Binding ValueBinding {get;}
public:
property Binding^ ValueBinding {
   Binding^ get();
}
Requirements

Target Platforms: Windows 7, 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

Reference

BindingSourceEvaluator<T> Class
BindingSourceEvaluator<T> Members

Send Feedback