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

TimeIndicator.TrackCurrentTime Property

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

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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