Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 725 Bytes

itemscontrol_itemscontrolfromitemcontainer_350616673.md

File metadata and controls

28 lines (18 loc) · 725 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.ItemsControl.ItemsControlFromItemContainer(Windows.UI.Xaml.DependencyObject)
winrt method

Windows.UI.Xaml.Controls.ItemsControl.ItemsControlFromItemContainer

-description

Returns the ItemsControl that owns the specified container element.

-parameters

-param container

The container element to return the ItemsControl for.

-returns

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

-remarks

-examples

-see-also