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.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[Browsable(false)]
[Obsolete("Use DayView.TimeMarkerVisibility property for DayView and its descendants - WorkWeekView and FullWeekView.", false)]
[XtraSerializableProperty]
public virtual CurrentTimeVisibility ShowCurrentTime { get; set; }
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.CurrentTimeVisibility | A DevExpress.XtraScheduler.CurrentTimeVisibility enumeration member. |
Remarks
Important
Use the DayView.TimeMarkerVisibility property instead.
See Also