Gets or sets a value indicating whether the focus can be set to the first visible child Row when the end user presses the left arrow keys. If the value is false then the behavior is the same when the user presses up/down arrow keys.

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

Syntax

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

Property Value

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

See Also