OptionsBehavior.AllowLeaveFocusOnTab Property
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public bool AllowLeaveFocusOnTab { get; set; }
Public Property AllowLeaveFocusOnTab As Boolean
Property Value
| Type |
|---|
| Boolean |
Property Paths
You can access the OptionsBehavior.AllowLeaveFocusOnTab property from the following objects:
| Object Type | Path to AllowLeaveFocusOnTab |
|---|---|
| SchedulerControl |
|
See Also