Enum AppointmentType
Specifies type of appointments which used to differentiate the appointments based on its role.
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public enum AppointmentType
Fields
| Name | Description |
|---|---|
| ChangedOccurrence | Specifies the appointment is changed occurrence of pattern appointment. This appointment is changed from RecurrenceRule of pattern appointment. |
| Normal | Specifies a normal appointment. |
| Occurrence | Specifies the appointment is an occurrence of pattern appointment which was created based on RecurrenceRule of pattern appointment. |
| Pattern | Specifies the pattern or recurring appointment which is the pattern for the other occurrence appointment. |