Gets the previously 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 PrevFocusedRow { get; }
Visual Basic
Public ReadOnly Property PrevFocusedRow As Row
	Get
Visual C++
public:
property Row^ PrevFocusedRow {
	Row^ get ();
}
F#
member PrevFocusedRow : Row with get

Property Value

Type: Row
The previous focused row.

See Also