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 (DependencyObject^)

 

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

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
DependencyObject^ ContainerFromElement(
	DependencyObject^ element
)

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
Return to top
Show:
© 2017 Microsoft