Gets or sets a value indicating whether the last visible child Row can be focused when the end user presses the right arrow keys. If the value is false then the behavior is the same when the user presses down arrow key.

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

Syntax

C#
public bool JumpToLastChildOnKeyRight { get; set; }
Visual Basic
Public Property JumpToLastChildOnKeyRight As Boolean
	Get
	Set
Visual C++
public:
property bool JumpToLastChildOnKeyRight {
	bool get ();
	void set (bool value);
}
F#
member JumpToLastChildOnKeyRight : bool with get, set

Property Value

Type: Boolean
true if the focus can be moved to the last visible child Row; otherwise, false.

See Also