Class AppointmentType
Specifies type of appointments which used to differentiate the appointments based on its role.
Inheritance
System.Object
    AppointmentType
  Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public sealed class AppointmentType : EnumFields
ChangedOccurrence
Specifies the appointment is changed occurrence of pattern appointment. This appointment is changed from RecurrenceRule of pattern appointment.
Declaration
public const AppointmentType ChangedOccurrenceField Value
| Type | 
|---|
| AppointmentType | 
Normal
Specifies a normal appointment.
Declaration
public const AppointmentType NormalField Value
| Type | 
|---|
| AppointmentType | 
Occurrence
Specifies the appointment is an occurrence of pattern appointment which was created based on RecurrenceRule of pattern appointment.
Declaration
public const AppointmentType OccurrenceField Value
| Type | 
|---|
| AppointmentType | 
Pattern
Specifies the pattern or recurring appointment which is the pattern for the other occurrence appointment.
Declaration
public const AppointmentType PatternField Value
| Type | 
|---|
| AppointmentType |