Skip to main content

TimeIndicator.TrackCurrentTime Property

Specifies whether the time indicator marks the current time. This is a dependency property.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "OnTrackCurrentTimeChanged")]
public bool TrackCurrentTime { get; set; }

Property Value

Type Description
Boolean

true, to set the display time to the current time; otherwise, false. By default, false.

Remarks

If the TrackCurrentTime property is set to true, the DisplayMode value automatically updates to the current time.

See Also