Skip to main content
A newer version of this page is available. .

OptionsBehavior.AllowLeaveFocusOnTab Property

Specifies whether pressing the Tab key moves the input focus to the next control. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v18.2.dll

Declaration

public bool AllowLeaveFocusOnTab { get; set; }

Property Value

Type Description
Boolean

true, to move focus to the next control when the Tab key is pressed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowLeaveFocusOnTab
SchedulerControl
.OptionsBehavior.AllowLeaveFocusOnTab

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

By default, the AllowLeaveFocusOnTab is false and the Tab key switches the focus between appointments in the visible area of the view. Set the AllowLeaveFocusOnTab to true to let the end-user switch to another control by pressing the Tab key.

See Also