SchedulerAppointmentType Enum
Lists the types of appointment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.dll
Declaration
public enum SchedulerAppointmentType
Members
Name |
Description |
ChangedOccurrence |
Recurring appointment that is modified and does not conform to the recurring series pattern.
|
DeletedOccurrence |
Recurring appointment deleted from the series.
|
Normal |
Standard (non-recurring) appointment.
|
Occurrence |
Recurring appointment that conforms to the series pattern.
|
Pattern |
Appointment that serves as the pattern for other recurring appointments.
|
See Also