Grid SelectRow Method NFX Class Library

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

Adds row to selection. If row is not in grid's source rowset then it will never be highlighted in grid (because it never shows in grid then)

Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void SelectRow(
	Object row
)
See Also