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

MouseWheelScrollAction Enum

Lists scrolling interpretations for the bidirectional mouse wheel.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public enum MouseWheelScrollAction

Members

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.

Related API Members

The following properties accept/return MouseWheelScrollAction values:

Library Related API Members
WinForms Controls SchedulerOptionsBehavior.MouseWheelScrollAction
WPF Controls OptionsBehavior.MouseWheelScrollAction
SchedulerOptionsBehavior.MouseWheelScrollAction

Remarks

The MouseWheelScrollAction enumeration member is accessible using the SchedulerOptionsBehavior.MouseWheelScrollAction property (SchedulerControl.OptionsBehavior.MouseWheelScrollAction notation).

See Also