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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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