Gets the new focused row.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Row NewFocusedRow { get; }
Visual Basic
Public ReadOnly Property NewFocusedRow As Row
	Get
Visual C++
public:
property Row^ NewFocusedRow {
	Row^ get ();
}
F#
member NewFocusedRow : Row with get

Property Value

Type: Row
The new focused row.

See Also