C1.Silverlight.Schedule.5
ItemFromContainer Method

The container that corresponds to the item to be returned.
Returns the item that corresponds to the specified, generated container element.
Syntax
'Declaration
 
Public Function ItemFromContainer( _
   ByVal container As System.Windows.DependencyObject _
) As System.Object
public System.object ItemFromContainer( 
   System.Windows.DependencyObject container
)

Parameters

container
The container that corresponds to the item to be returned.

Return Value

The item which corresponds to the specified, generated container element.
See Also

Reference

ItemContainerGenerator Class
ItemContainerGenerator Members

 

 


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