Skip to main content

TimelineView.TimeIndicatorDisplayOptions Property

Provides access to options for displaying the Time Indicator in the view.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public SchedulerTimeIndicatorDisplayOptions TimeIndicatorDisplayOptions { get; set; }

Property Value

Type Description
SchedulerTimeIndicatorDisplayOptions

A SchedulerTimeIndicatorDisplayOptions object whose properties allow you to specify the visibility, relative position over the appointment and other options of the time indicator, if any.

Remarks

Important

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.

See Also