ComponentOne Scheduler for WPF and Silverlight
GetItemsOwner Method

C1.Silverlight.Schedule Namespace > GroupedListBox Class : GetItemsOwner Method
The host element.
Returns the GroupedListBox that the specified element hosts items for.
Syntax
'Declaration
 
Public Shared Function GetItemsOwner( _
   ByVal element As System.Windows.DependencyObject _
) As GroupedListBox
public static GroupedListBox GetItemsOwner( 
   System.Windows.DependencyObject element
)

Parameters

element
The host element.

Return Value

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

Reference

GroupedListBox Class
GroupedListBox Members