The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ItemsControl::ContainerFromElement Method (DependencyObject^)
.NET Framework (current version)
Returns the container that belongs to the current ItemsControl that owns the given element.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The element to return the container for.
Return Value
Type: System.Windows::DependencyObject^The container that belongs to the current ItemsControl that owns the given element or null if no such container exists.
.NET Framework
Available since 3.0
Available since 3.0
Show: