[]
Gets a GridColumn by its name.
public GridColumn this[string columnName] { get; }
Public ReadOnly Default Property Item(columnName As String) As GridColumn
| Type | Name | Description |
|---|---|---|
| string | columnName | Name of the column to retrieve. |
| Type | Description |
|---|---|
| GridColumn | The column with the requested name. |