C1.Silverlight.Schedule.5
ItemsControlFromItemContainer Method

The container element to return the GroupedListBox for.
Returns the GroupedListBox that owns the specified container element.
Syntax
'Declaration
 
Public Shared Function ItemsControlFromItemContainer( _
   ByVal container As System.Windows.DependencyObject _
) As GroupedListBox
public static GroupedListBox ItemsControlFromItemContainer( 
   System.Windows.DependencyObject container
)

Parameters

container
The container element to return the GroupedListBox for.

Return Value

The GroupedListBox that owns the specified container element.
See Also

Reference

GroupedListBox Class
GroupedListBox Members

 

 


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