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 (ItemsControl^, DependencyObject^)
.NET Framework (current version)
Returns the container that belongs to the specified ItemsControl that owns the given container element.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: static DependencyObject^ ContainerFromElement( ItemsControl^ itemsControl, DependencyObject^ element )
Parameters
- itemsControl
-
Type:
System.Windows.Controls::ItemsControl^
The ItemsControl to return the container for.
- element
-
Type:
System.Windows::DependencyObject^
The element to return the container for.
Return Value
Type: System.Windows::DependencyObject^The container that belongs to the specified ItemsControl that owns the given element, if itemsControl is not null. If itemsControl is null, returns the closest container that belongs to any ItemsControl.
.NET Framework
Available since 3.0
Available since 3.0
Show: