OptionsFocus(MoveFocusDirection, Boolean) Constructor
Initializes a new instance of the OptionsFocus class with the specified focus direction and right-to-left setting.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
direction | MoveFocusDirection | A MoveFocusDirection value that specifies how focus is moved when the TAB key is pressed. This value is assigned to the OptionsFocus.MoveFocusDirection property. |
rightToLeft | Boolean | A Boolean value that specifies whether focus needs to be moved from right to left when the TAB key is pressed. This value is assigned to the OptionsFocus.MoveFocusRightToLeft property. |
See Also