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.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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:
Booleantrue if the focus can be moved to the first visible child
Row; otherwise,
false.
See Also