Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / ItemContainerGenerator Class / ItemFromContainer Method
The container that corresponds to the item to be returned.

In This Topic
    ItemFromContainer Method
    In This Topic
    Returns the item that corresponds to the specified, generated container element.
    Syntax
    'Declaration
     
    
    Public Function ItemFromContainer( _
       ByVal container As DependencyObject _
    ) As Object
    public object ItemFromContainer( 
       DependencyObject container
    )

    Parameters

    container
    The container that corresponds to the item to be returned.

    Return Value

    The item which corresponds to the specified, generated container element.
    See Also