Returns the item that corresponds to the specified, generated container element.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
public Object ItemFromContainer( DependencyObject container ) |
Visual Basic |
---|
Public Function ItemFromContainer ( _ container As DependencyObject _ ) As Object |
Parameters
- container
- Type: System.Windows..::..DependencyObject
The container that corresponds to the item to be returned.