Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / GetItemsOwner Method
The host element.

In This Topic
    GetItemsOwner Method
    In This Topic
    Returns the GroupedListBox that the specified element hosts items for.
    Syntax
    'Declaration
     
    
    Public Shared Shadows Function GetItemsOwner( _
       ByVal element As DependencyObject _
    ) As GroupedListBox
    public new static GroupedListBox GetItemsOwner( 
       DependencyObject element
    )

    Parameters

    element
    The host element.

    Return Value

    The GroupedListBox that the specified element hosts items for, or null reference.
    See Also