[]
Gets or sets the DataSource at the specified index.
public DataSource this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index | The index in the current collection. |
| Type | Description |
|---|---|
| DataSource | The DataSource at the specified index. |