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
CurrentTimeIndicatorLocation
|
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
CurrentTimeIndicatorLocation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
WholeArea
The current time indicator will be displayed over the whole RadScheduleView.
Declaration
public const CurrentTimeIndicatorLocation WholeArea
Field Value
CurrentTimeIndicatorLocation
|