[]
Gets or sets the GridColumn at a specified index in the list.
public GridColumn this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index | Index of the grid column to get or set. |
| Type | Description |
|---|---|
| GridColumn | The GridColumn at the specified index. |