RadControls for WPF

Specifies the state of (recurring) appointment.

Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.40

Syntax

C#
public enum RecurrenceState
Visual Basic
Public Enumeration RecurrenceState

Members

Member nameValueDescription
Master0 Represents the main appointment, which holds the recurrence rule.
Occurrence1 Represents a single occurrence of a recurring appointment.
Exception2 Represents exceptional appointment - exception from the recurrence rule.

See Also