Back to Devexpress

TimelineView.TimeScaleMaxCount Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-995193bc.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public int TimeScaleMaxCount { get; set; }
vb
Public Property TimeScaleMaxCount As Integer

Property Value

TypeDescription
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

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace