Enum
CurrentTimeIndicatorLocation

Determines the display location of the current time indicator of RadScheduler.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum CurrentTimeIndicatorLocation

Fields

AppointmentsArea

The current time indicator will be displayed over the appointments area.

Declaration

cs-api-definition
AppointmentsArea = 1

Field Value

CurrentTimeIndicatorLocation

TimeRulerArea

The current time indicator will be displayed over the time ruler area. This is the default value.

Declaration

cs-api-definition
TimeRulerArea = 0

Field Value

CurrentTimeIndicatorLocation

WholeArea

The current time indicator will be displayed over the whole RadScheduler.

Declaration

cs-api-definition
WholeArea = 2

Field Value

CurrentTimeIndicatorLocation