GridRowCollection.Item

GridRowCollection indexer

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

public GridRow this[int rowIndex] { get; }

See Also