[]
Gets or sets the item at the specified position.
public ItemTemplate this[int index] { get; set; }
Public Default Property Item(index As Integer) As ItemTemplate
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| ItemTemplate | The int value indicatest the specified position in the collection. |