Back to Devexpress

MoveFocusDirection Enum

windowsforms-devexpress-dot-xtralayout-b37a3a2f.md

latest2.0 KB
Original Source

MoveFocusDirection Enum

Specifies the direction in which focus is moved when the TAB key is pressed.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum MoveFocusDirection
vb
Public Enum MoveFocusDirection

Members

NameDescription
AcrossThenDown

Focus moves from one ‘row’ to another selecting each control in a row.

| | DownThenAcross |

Focus moves from one ‘column’ to another selecting each control in a column

|

The following properties accept/return MoveFocusDirection values:

Remarks

If the OptionsFocus.EnableAutoTabOrder property is set to true the Layout Control enables the Automatic Tab Order feature. In this mode the layout control tracks the TAB key being pressed and moves focus according to the OptionsFocus.MoveFocusDirection property. This property is of the MoveFocusDirection type. See the Focus Management topic for more details.

See Also

MoveFocusDirection

Focus Management

DevExpress.XtraLayout Namespace