Returns the container element corresponding to the given item.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
public DependencyObject ContainerFromItem( Object item ) |
| Visual Basic |
|---|
Public Function ContainerFromItem ( _ item As Object _ ) As DependencyObject |
Parameters
- item
- Type: System..::..Object
The Object item to find the container for.