Gets the new 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 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