Back to Devexpress

GanttView.ZoomRange Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-ec283b15.md

latest1.7 KB
Original Source

GanttView.ZoomRange Property

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

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public TimeSpanRange ZoomRange { get; set; }
vb
Public Property ZoomRange As TimeSpanRange

Property Value

TypeDescription
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

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace