TimelineView.ActualZoomRange Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public TimeSpanRange ActualZoomRange { get; }
#Property Value
Type | Description |
---|---|
Time |
A DevExpress. |
#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 Zoom
See Also