Skip to main content
A newer version of this page is available. .
All docs
V20.2

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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