Back to Devexpress

LayoutGroup.MoveFocusRightToLeft Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-e3d8a41f.md

latest3.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean MoveFocusRightToLeft { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
<DXCategory("Behavior")>
Public Property MoveFocusRightToLeft As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

true to move focus from right to left; false to move focus from left to right. Default uses the OptionsFocus.MoveFocusRightToLeft setting.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

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.

See Also

LayoutGroup.MoveFocusDirection

OptionsFocus.MoveFocusDirection

MoveFocusRightToLeft

Focus Management

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace