Back to Devexpress

AppointmentModificationControllerBase.AppointmentType Property

corelibraries-devexpress-dot-xtrascheduler-dot-native-dot-appointmentmodificationcontrollerbase-d1024497.md

latest2.3 KB
Original Source

AppointmentModificationControllerBase.AppointmentType Property

Gets the type of appointment.

Namespace : DevExpress.XtraScheduler.Native

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public AppointmentType AppointmentType { get; }
vb
Public ReadOnly Property AppointmentType As AppointmentType

Property Value

TypeDescription
AppointmentType

A AppointmentType enumeration member.

|

Available values:

NameDescription
Normal

Represents a standard (non-recurring) appointment.

| | Pattern |

Represents the appointment which serves as the pattern for the other recurring appointments. The pattern for recurring appointments is specified via the Appointment.RecurrenceInfo property.

| | Occurrence |

Represents a recurring appointment whose pattern appointment is specified via the Appointment.RecurrencePattern property.

| | ChangedOccurrence |

Represents a recurring appointment, which was changed and now doesn’t satisfy the pattern of the recurring series.

| | DeletedOccurrence |

Represents a recurring appointment which was deleted from the series of other recurring appointments of the same pattern.

|

See Also

AppointmentModificationControllerBase Class

AppointmentModificationControllerBase Members

DevExpress.XtraScheduler.Native Namespace