A newer version of this page is available.
Switch to the current version.
Appointment.Type Property
Gets the type of an appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
AppointmentType | An AppointmentType enumeration value which specifies the appointment's type. |
Remarks
Appointment type cannot be changed directly. The type of the appointment is specified by its role (normal, recurring, changed from recurring series (exception), etc.). All available types are listed in the AppointmentType enumeration.
When you map the Appointment.Type property to the data field, use the field of the int type. The AppointmentType members are enumerated as follows:
- Normal = 0,
- Pattern = 1,
- Occurrence = 2,
- ChangedOccurrence = 3,
- DeletedOccurrence = 4
See Also
Feedback