Skip to main content
All docs
V23.2

CompatibilitySettings.UseLegacySchedulerTimelineViewMode Property

Specifies whether to revert to the legacy Timeline view.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

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