Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 612 Bytes

itemscontrol_containerfromitem_832238941.md

File metadata and controls

26 lines (18 loc) · 612 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.ItemsControl.ContainerFromItem(System.Object)
winrt method

Microsoft.UI.Xaml.Controls.ItemsControl.ContainerFromItem

-description

Returns the container corresponding to the specified item.

-parameters

-param item

The item to retrieve the container for.

-returns

A container that corresponds to the specified item, if the item has a container and exists in the collection; otherwise, null.

-remarks

-examples

-see-also