Skip to main content

AppointmentType Enum

Lists the types of appointment.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public enum AppointmentType

Members

Name Description
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 AppointmentItem.PatternId property.

Occurrence

Represents a recurring appointment whose pattern appointment is specified via the AppointmentItem.RecurrenceRule 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.

Related API Members

The following properties accept/return AppointmentType values:

Remarks

Use this enumeration’s members to specify the type of an appointment. This enumeration’s values are used by the AppointmentItem.Type property.

See Also