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

TimelineView.ActualViewMode Property

Indicates whether the updated version of the Timeline View is enabled.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public TimelineViewMode ActualViewMode { get; }

Property Value

Type Description
TimelineViewMode

A DevExpress.Xpf.Scheduling.TimelineViewMode enumeration value.

Available values:

Name Description
Legacy

The default view mode used for compatibility purposes.

Standard

The updated TimelineView.

Remarks

Use the ViewMode property to enable the updated version of the Timeline View.

See Also