Skip to main content
A newer version of this page is available. .

Time Indicator

Note

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

The Time Indicator element is a line indicating the current time displayed in the Day View, Work-Week View, Full Week View and Timeline View views. The line can go across the entire view, or be restricted to a current date, as specified by the SchedulerTimeIndicatorDisplayOptions.Visibility property.

Day View, Work Week View, Full Week View Timeline View
TimeMarkerIndicator TImeIndicatorTimeline

The table below lists the main properties affecting the element’s appearance.

Characteristics Members
Style DayView.CurrentTimeIndicatorStyle
Visibility Use the DayView.TimeIndicatorDisplayOptions and TimelineView.TimeIndicatorDisplayOptions properties to specify time indicator options, including its visibility.
See Also