C1.Silverlight.Schedule.5
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.