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

TimelineView.TimeIndicatorVisibility Property

Gets or sets whether a time indicator is displayed. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public Visibility TimeIndicatorVisibility { get; set; }

Property Value

Type Description
Visibility

True, if the time indicator is displayed; otherwise, false.

Remarks

Time Indicator is the line indicating the current time which is displayed across the time cells. Use the TimelineView.ShowTimeIndicatorOverAppointment property to specify whether to display the line above or below appointments.

See Also