Intersoft ClientUI Documentation
ApplyBinding Method (ItemsControlHelper)



Syntax
Public Sub ApplyBinding( _
   ByVal element As DependencyObject, _
   ByVal item As Object _
) 
Dim instance As ItemsControlHelper
Dim element As DependencyObject
Dim item As Object
 
instance.ApplyBinding(element, item)
public void ApplyBinding( 
   DependencyObject element,
   object item
)
public:
void ApplyBinding( 
   DependencyObject^ element,
   Object^ item
) 

Parameters

element
item
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

ItemsControlHelper Class
ItemsControlHelper Members

Send Feedback