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

SchedulerOptionsBehavior.ZoomGestureBehavior Property

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(SchedulerZoomGestureBehavior.SwitchView)]
public SchedulerZoomGestureBehavior ZoomGestureBehavior { get; set; }

Property Value

Type Default
DevExpress.XtraScheduler.SchedulerZoomGestureBehavior **SwitchView**

Property Paths

You can access this nested property as listed below:

Object Type Path to ZoomGestureBehavior
SchedulerControl
.OptionsBehavior .ZoomGestureBehavior
See Also