Back to Devexpress

TimelineView.ActualViewMode Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-502a1f7d.md

latest1.5 KB
Original Source

TimelineView.ActualViewMode Property

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public TimelineViewMode ActualViewMode { get; }
vb
Public ReadOnly Property ActualViewMode As TimelineViewMode

Property Value

TypeDescription
TimelineViewMode

A DevExpress.Xpf.Scheduling.TimelineViewMode enumeration value.

|

Available values:

NameDescription
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

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace