RecurrenceState
Enum
Specifies the state of (recurring) appointment.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public enum RecurrenceState
Fields
Represents exceptional appointment - exception from the recurrence rule.
C#
Exception = 2
Represents the main appointment, which holds the recurrence rule.
C#
Master = 0
Represents a single occurrence of a recurring appointment.
C#
Occurrence = 1