Intersoft ClientUI Documentation
SetDataContextProxy Method



Value for DataContextProxy attached property.
Sets the value of the DataContextProxy attached property.
Syntax
Public Shared Sub SetDataContextProxy( _
   ByVal d As DependencyObject, _
   ByVal value As Object _
) 
Dim d As DependencyObject
Dim value As Object
 
BindingFramework.SetDataContextProxy(d, value)
public static void SetDataContextProxy( 
   DependencyObject d,
   object value
)
public:
static void SetDataContextProxy( 
   DependencyObject^ d,
   Object^ value
) 

Parameters

d
value
Value for DataContextProxy attached property.
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

BindingFramework Class
BindingFramework Members

Send Feedback