Skip to main content
A newer version of this page is available. .
All docs
V21.1

CompatibilitySettings.UseLegacySchedulerTimelineViewMode Property

Specifies whether to revert to the legacy Timeline view.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v21.1.dll

NuGet Package: DevExpress.Data.Desktop

Declaration

public static bool UseLegacySchedulerTimelineViewMode { get; set; }

Property Value

Type Description
Boolean

true, to revert to the legacy Timeline view; otherwise, false.

Remarks

v20.2 introduced an updated Timeline view.

The updated Timeline works differently and is not compatible with some SchedulerControl‘s and TimelineView‘s properties. Refer to the following topic to get information about the compatible properties: API.

To revert to the legacy view, set the UseLegacySchedulerTimelineViewMode property to true. You can also set the ViewMode property to Legacy for an individual Scheduler.

See Also