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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
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