GridColumnCollection.Item

GridColumnCollection indexer

Gets a object by column index. The Column object of given column index will be instantiated if it does not exist before.

public GridColumn this[int columnIndex] { get; }

See Also