Skip to main content

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.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[Browsable(false)]
[DefaultValue(CurrentTimeVisibility.Auto)]
[Obsolete("Use DayView.TimeMarkerVisibility property for DayView and its descendants - WorkWeekView and FullWeekView.", 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