C1.Silverlight.Schedule.5
ContainerFromIndex Method

The index of the desired item.
Returns the container element corresponding to the item at the given index within the ItemCollection.
Syntax
'Declaration
 
Public Function ContainerFromIndex( _
   ByVal index As System.Integer _
) As System.Windows.DependencyObject
public System.Windows.DependencyObject ContainerFromIndex( 
   System.int index
)

Parameters

index
The index of the desired item.

Return Value

Returns the element corresponding to the item at the given index within the ItemCollection or returns a null reference if the item is not realized.
See Also

Reference

ItemContainerGenerator Class
ItemContainerGenerator Members

 

 


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