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.2.Core.Desktop.dll
Declaration
[DefaultValue(CurrentTimeVisibility.Auto)]
[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