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.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[Obsolete("Use TimeMarkerVisibility instead.", false)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public CurrentTimeVisibility ShowCurrentTime { get; set; }
Property Value
Type |
---|
DevExpress.XtraScheduler.CurrentTimeVisibility |
Remarks
Use the TimeRuler.TimeMarkerVisibility property instead.
See Also