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