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.DependencyObjectThe 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: