Back to Devexpress

CompatibilitySettings.UseLegacySchedulerTimelineViewMode Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-d74a4c77.md

latest2.1 KB
Original Source

CompatibilitySettings.UseLegacySchedulerTimelineViewMode Property

Specifies whether to revert to the legacy Timeline view.

Namespace : DevExpress.Xpf.Core

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

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

Declaration

csharp
public static bool UseLegacySchedulerTimelineViewMode { get; set; }
vb
Public Shared Property UseLegacySchedulerTimelineViewMode As Boolean

Property Value

TypeDescription
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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace