Gets or sets a value indicating whether the hierarchical level should be kept when the end user presses the down/up arrow keys.

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

Syntax

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

Property Value

Type: Boolean
true if the hierarchical level is kept; otherwise, false.

See Also