Intersoft ClientUI Documentation
ValueDataContext Property



Gets or sets the value to apply to the data context of the Value property. The Value should be an instance of FrameworkElement type for this property to work properly.
Syntax
Public Property ValueDataContext As Object
Dim instance As PropertyBinding
Dim value As Object
 
instance.ValueDataContext = value
 
value = instance.ValueDataContext
public object ValueDataContext {get; set;}
public:
property Object^ ValueDataContext {
   Object^ get();
   void set (    Object^ value);
}
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

PropertyBinding Class
PropertyBinding Members

Send Feedback