Gets the previous focused row.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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