Responder Developer Guide
GetContainerFromItem<T> Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetContainerFromItem(Of T As DependencyObject)( _
   ByVal control As ItemsControl, _
   ByVal item As Object _
) As T
'Usage
 
Dim control As ItemsControl
Dim item As Object
Dim value As T
 
value = ItemsControlUtilities.GetContainerFromItem(Of T)(control, item)
[Extension()]
public static T GetContainerFromItem<T>( 
   ItemsControl control,
   object item
)
where T: DependencyObject

Parameters

control
item

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ItemsControlUtilities Class
ItemsControlUtilities Members

 

 


Send Comment