Enum
CurrentTimeIndicatorLocation

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.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 RadScheduleView.

Declaration

cs-api-definition
WholeArea = 2

Field Value

CurrentTimeIndicatorLocation