Skip to main content
All docs
V25.1
  • TimelineView.TimeScaleMaxCount Property

    Specifies the maximum number of time scales displayed by the Scheduler. This is a dependency property.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public int TimeScaleMaxCount { get; set; }

    Property Value

    Type Description
    Int32

    A maximum number of time scales displayed by the Scheduler. The default value is 2.

    Remarks

    The image below illustrates a Scheduler with three time scales.

    Note

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

    See Also