ItemContainerGenerator.ContainerFromItem Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the container corresponding to the specified item.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- item
- Type: System.Object
The item to retrieve the container for.
Return Value
Type: System.Windows.DependencyObjectA container that corresponds to the specified item, if the item has a container and exists in the collection; otherwise, Nothing.
Show: