Class RecurrenceState
Specifies the state of (recurring) appointment.
Inheritance
System.Object
RecurrenceState
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public sealed class RecurrenceState : Enum
Fields
Exception
Represents exceptional appointment - exception from the recurrence rule.
Declaration
public const RecurrenceState Exception
Field Value
RecurrenceState
|
Master
Represents the main appointment, which holds the recurrence rule.
Declaration
public const RecurrenceState Master
Field Value
RecurrenceState
|
Occurrence
Represents a single occurrence of a recurring appointment.
Declaration
public const RecurrenceState Occurrence
Field Value
RecurrenceState
|
value__
Declaration
public int value__
Field Value
System.Int32
|