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.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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:
Booleantrue if the hierarchical level is kept; otherwise,
false.
See Also