Returns the container element corresponding to the item at the
given index within the ItemCollection.
Namespace:
C1.Silverlight.ScheduleAssembly: 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.