Class CurrentTimeIndicatorLocation
Determines the display location of the current time indicator of RadScheduleView.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public sealed class CurrentTimeIndicatorLocation : Enum
Fields
AppointmentsArea
The current time indicator will be displayed over the appointments area.
Declaration
public const CurrentTimeIndicatorLocation AppointmentsArea
Field Value
TimeRulerArea
The current time indicator will be displayed over the time ruler area. This is the default value.
Declaration
public const CurrentTimeIndicatorLocation TimeRulerArea
Field Value
value__
Declaration
public int value__
Field Value
System.
|
WholeArea
The current time indicator will be displayed over the whole RadScheduleView.
Declaration
public const CurrentTimeIndicatorLocation WholeArea