Skip to main content
All docs
V23.2

TimelineView.ActualViewMode Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.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