Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public TimeSpanRange ActualZoomRange { get; }

    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