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

SchedulerOptionsBehaviorBase.ShowCurrentTime Property

OBSOLETE

Use DayView.TimeMarkerVisibility property for DayView and its descendants - WorkWeekView and FullWeekView.

Gets or sets the visibility mode of the current Time Indicator.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

[DefaultValue(CurrentTimeVisibility.Auto)]
[Obsolete("Use DayView.TimeMarkerVisibility property for DayView and its descendants - WorkWeekView and FullWeekView.", false)]
[Browsable(false)]
public virtual CurrentTimeVisibility ShowCurrentTime { get; set; }

Property Value

Type Default Description
DevExpress.XtraScheduler.CurrentTimeVisibility **Auto**

A DevExpress.XtraScheduler.CurrentTimeVisibility enumeration member.

Remarks

Important

Use the DayView.TimeMarkerVisibility property instead.

See Also