[This is preliminary documentation and is subject to change.]
Gets the Persistent object which is displayed in a
particular row of the grid.
| C# |
public Persistent GetRowObject( int rowIndex )
- rowIndex (Int32)
- The index of the row.
The Persistent object showing in the given row, If
the grid is not bound, or the row index specifies the new row, null is
returned.