Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GanttZoomMode Enum

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.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