Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public OptionsFocus(
    MoveFocusDirection direction,
    bool rightToLeft
)

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