Back to Devexpress

SchedulerAppointmentType Enum

blazor-devexpress-dot-blazor-a1dccb3a.md

latest1.1 KB
Original Source

SchedulerAppointmentType Enum

Lists the types of appointment.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum SchedulerAppointmentType

Members

NameDescriptionValue
OneTime

One-time appointment.

|

0

| | Pattern |

Appointment that serves as the pattern for other recurring appointments.

|

1

| | Occurrence |

Recurring appointment that conforms to the series pattern.

|

2

| | ChangedOccurrence |

Recurring appointment that is modified and does not conform to the recurring series pattern.

|

3

| | DeletedOccurrence |

Recurring appointment deleted from the series.

|

4

|

The following properties accept/return SchedulerAppointmentType values:

See Also

DevExpress.Blazor Namespace