Returns the container element corresponding to the item at the given index within the ItemCollection.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public DependencyObject ContainerFromIndex(
	int index
)
Visual Basic
Public Function ContainerFromIndex ( _
	index As Integer _
) As DependencyObject

Parameters

index
Type: System..::..Int32
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