ItemsControl.ItemsControlFromItemContainer(DependencyObject) Method

Definition

Returns the ItemsControl that owns the specified container element.

 static ItemsControl ItemsControlFromItemContainer(DependencyObject const& container);
public static ItemsControl ItemsControlFromItemContainer(DependencyObject container);
function itemsControlFromItemContainer(container)
Public Shared Function ItemsControlFromItemContainer (container As DependencyObject) As ItemsControl

Parameters

container
DependencyObject

The container element to return the ItemsControl for.

Returns

The ItemsControl that owns the specified container element; otherwise, null.

Applies to