TimelineView.ActualViewMode Property
Indicates whether the updated version of the Timeline View is enabled.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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