Skip to main content
All docs
V25.1
  • TimelineView.ActualViewMode Property

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

    Namespace: DevExpress.Xpf.Scheduling

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