Persistate API documentation
SetCurrent Method (obj)
NamespacesPersistate.UI.DesktopPGridSetCurrent(Persistent)

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

Sets the current row of the grid to that showing a particular object.
Declaration Syntax
C#
public bool SetCurrent(
	Persistent obj
)
Parameters
obj (Persistent)
The object corresponding to the desired new current row.
Return Value
True if the object was in the grid and is now current, otherwise false.
Remarks
This works only if that object is showing in the grid. If the object is not in the grid, no action is taken.

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