SchedulerOptionsBehaviorBase.ShowCurrentTime Property
In This Article
OBSOLETE
Use Day
Gets or sets the visibility mode of the current Time Indicator.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.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. |
Auto | A DevExpress. |
#Remarks
Important
Use the Day
See Also