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