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

TimeRuler.ShowCurrentTime Property

OBSOLETE

Use TimeMarkerVisibility instead.

Gets or sets the visibility mode of the time marker for the current TimeRuler.

Namespace: DevExpress.XtraScheduler

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

Declaration

[DefaultValue(CurrentTimeVisibility.Auto)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
[Obsolete("Use TimeMarkerVisibility instead.", false)]
public CurrentTimeVisibility ShowCurrentTime { get; set; }

Property Value

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

Remarks

Use the TimeRuler.TimeMarkerVisibility property instead.

See Also