Back to Devexpress

TimelineView.ActualZoomRange Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-4ae7fbd2.md

latest1.7 KB
Original Source

TimelineView.ActualZoomRange Property

Returns the actual zoom level limit based on the VisibleIntervals property value and the current client’s width. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public TimeSpanRange ActualZoomRange { get; }
vb
Public ReadOnly Property ActualZoomRange As TimeSpanRange

Property Value

TypeDescription
TimeSpanRange

A DevExpress.Mvvm.TimeSpanRange value that returns the actual zoom level limit.

|

Remarks

Use the ZoomRange property to limit the zoom level.

The Zoom property specifies the current zoom level. The ViewportInterval property returns the currently visible interval.

Note

The ZoomRange property is not in effect if the ViewMode property is set to Legacy.

See Also

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace