Back to Devexpress

AppointmentItem.Type Property

maui-devexpress-dot-maui-dot-scheduler-dot-appointmentitem-85fa2aaf.md

latest1.9 KB
Original Source

AppointmentItem.Type Property

Gets or sets the type of an appointment.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public AppointmentType Type { get; set; }

Property Value

TypeDescription
AppointmentType

The value that specifies the appointment type.

|

Available values:

NameDescription
Normal

A common (non-recurring) appointment.

| | Pattern |

An appointment that is the pattern for recurring appointments.

| | Occurrence |

A recurring appointment that satisfies the pattern.

| | ChangedOccurrence |

A recurring appointment, that is changed and does not satisfy the pattern of the recurring series.

| | DeletedOccurrence |

A recurring appointment that is deleted from the recurring appointment series the pattern defines.

|

Remarks

The scheduler can display appointments that occur only once ( normal appointments) or repeat several times (recurring appointments), and can generate a series of occurrences by a pattern. If users change an occurrence appointment or delete it, the appointment type will change to changed occurrence or deleted occurrence respectively. The following image summarizes information about appointments and the list the available types:

  1. Normal Appointment
  2. Occurrence
  3. Changed Occurrence
  4. Deleted Occurrence

See Also

AppointmentItem Class

AppointmentItem Members

DevExpress.Maui.Scheduler Namespace