Skip to main content

GanttView.ZoomRange Property

Gets or sets the zooming range. This is a dependency property.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v23.2.dll

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public TimeSpanRange ZoomRange { get; set; }

Property Value

Type Description
TimeSpanRange

A range of TimeSpan objects within which the Gantt area can be zoomed.

Remarks

Use the ZoomIn and the ZoomOut methods to zoom the Gantt area in and out.

These methods change the Zoom property value respecting the available zoom range, specified by the ZoomRange property.

Tip

You can set any valid Zoom property value outside the ZoomRange.

See Also