Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    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