LayoutGroup.MoveFocusRightToLeft Property
Gets or sets whether, in Automatic Tab Order mode when TAB is pressed, the focus moves across grouped controls from right to left.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean MoveFocusRightToLeft { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default | true to move focus from right to left; false to move focus from left to right. Default uses the OptionsFocus.MoveFocusRightToLeft setting. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
If the LayoutControl‘s OptionsFocus.EnableAutoTabOrder property is set to true, pressing the TAB key moves focus between controls according to the settings specified by the OptionsFocus.MoveFocusDirection and OptionsFocus.MoveFocusRightToLeft properties. The LayoutGroup.MoveFocusDirection and MoveFocusRightToLeft properties allow you to override these settings for the current group.
See the Focus Management topic for more information.