Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Returns the container that belongs to the specified ItemsControl that owns the given container element.

Namespace:   System.Windows.Controls
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
Return to top
Show:
© 2017 Microsoft