Back to Devexpress

GanttZoomMode Enum

windowsforms-devexpress-dot-xtragantt-ee7f4844.md

latest1.4 KB
Original Source

GanttZoomMode Enum

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

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public enum GanttZoomMode
vb
Public Enum GanttZoomMode

Members

NameDescription
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.).

|

The following properties accept/return GanttZoomMode values:

Remarks

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

See Also

DevExpress.XtraGantt Namespace