ItemsControl.ItemsControlFromItemContainer(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.