Skip to main content

GanttZoomMode Enum

Enumerates values that specify how the scale changes when a user scrolls the mouse wheel.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public enum GanttZoomMode

Members

Name Description
Default

The actual mode is not explicitly specified. Enables the Smooth mode.

FixedIntervals

Switches to the next measure unit (week, month, quarter, etc.) by each wheel step.

Smooth

First decreases the size of a single division to a certain limit and then switches to the next measure unit (week, month, quarter, etc.).

Related API Members

The following properties accept/return GanttZoomMode values:

Remarks

The GanttZoomMode type is used to specify the GanttControl.ZoomMode property.

See Also