Property Item
| Improve this Doc View SourceItem[Int32]
Gets the row presenter at specified index.
Declaration
public RowPresenter this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | The specified index. |
Property Value
| Type | Description |
|---|---|
| RowPresenter | The result row presenter. |
Implements
System.Collections.Generic.IReadOnlyList<T>.Item[System.Int32]