GanttView.ZoomRange Property
Gets or sets the zooming range. This is a dependency property.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public TimeSpanRange ZoomRange { get; set; }
#Property Value
Type | Description |
---|---|
Time |
A range of Time |
#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 Zoom