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

SchedulerOptionsBehavior.MouseWheelScrollAction Property

Gets or sets how the mouse wheel scrolling direction is interpreted.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[DefaultValue(MouseWheelScrollAction.Time)]
public MouseWheelScrollAction MouseWheelScrollAction { get; set; }

Property Value

Type Default Description
MouseWheelScrollAction **Time**

A MouseWheelScrollAction enumeration member that specifies the scheduler coordinate from which to scroll.

Available values:

Name Description
Time

Scrolling the mouse wheel results in the ScheduleControl navigating time.

Auto

Scrolling of the bidirectional mouse wheel results in the ScheduleControl scrolling in the same direction - horizontally or vertically.

Property Paths

You can access this nested property as listed below:

Object Type Path to MouseWheelScrollAction
SchedulerControl
.OptionsBehavior.MouseWheelScrollAction

Remarks

The MouseWheelScrollAction option is in effect for the bidirectional mouse wheel when the SchedulerControl is placed on the XtraForm or its descendants (RibbonForm).

See Also