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