Class SchedulerAppointmentType
Specifies type of appointments which used to differentiate the appointments based on its role.
Inheritance
System.Object
SchedulerAppointmentType
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public sealed class SchedulerAppointmentType : Enum
Fields
ChangedOccurrence
Specifies the appointment is changed occurrence of pattern appointment. This appointment is changed from RecurrenceRule of pattern appointment.
Declaration
public const SchedulerAppointmentType ChangedOccurrence
Field Value
Normal
Specifies a normal appointment.
Declaration
public const SchedulerAppointmentType Normal
Field Value
Occurrence
Specifies the appointment is an occurrence of pattern appointment which was created based on RecurrenceRule of pattern appointment.
Declaration
public const SchedulerAppointmentType Occurrence
Field Value
Pattern
Specifies the pattern or recurring appointment which is the pattern for the other occurrence appointment.
Declaration
public const SchedulerAppointmentType Pattern