Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / ItemsControlFromItemContainer Method
The container element to return the GroupedListBox for.

In This Topic
    ItemsControlFromItemContainer Method
    In This Topic
    Returns the GroupedListBox that owns the specified container element.
    Syntax
    'Declaration
     
    
    Public Shared Shadows Function ItemsControlFromItemContainer( _
       ByVal container As DependencyObject _
    ) As GroupedListBox
    public new static GroupedListBox ItemsControlFromItemContainer( 
       DependencyObject container
    )

    Parameters

    container
    The container element to return the GroupedListBox for.

    Return Value

    The GroupedListBox that owns the specified container element.
    See Also