Intersoft ClientUI Documentation
ValueBinding Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > BindingSourceEvaluator<T> Class : ValueBinding Property






Gets the value binding that is used as a template for the actual evaluation.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ValueBinding As Binding
Visual Basic (Usage)Copy Code
Dim instance As BindingSourceEvaluator(Of T)
Dim value As Binding
 
value = instance.ValueBinding
C# 
public Binding ValueBinding {get;}
Delphi 
public read-only property ValueBinding: Binding; 
JScript 
public function get ValueBinding : Binding
Managed Extensions for C++ 
public: __property Binding* get_ValueBinding();
C++/CLI 
public:
property Binding^ ValueBinding {
   Binding^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.