Persistate API documentation
GetRowObject Method (rowIndex)
NamespacesPersistate.UI.DesktopPGridGetRowObject(Int32)

[This is preliminary documentation and is subject to change.]

Gets the Persistent object which is displayed in a particular row of the grid.
Declaration Syntax
C#
public Persistent GetRowObject(
	int rowIndex
)
Parameters
rowIndex (Int32)
The index of the row.
Return Value
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.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)