AppointmentItem Class
An appointment in the Scheduler.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Related API Members
The following members return AppointmentItem objects:
Remarks
An appointment is an activity scheduled for a specific time interval. An activity is characterized by its subject, location, category (LabelId), status (StatusId) and description (Description). Appointments can be recurring, which means that an activity can be scheduled to repeat at specified time intervals.
Appointments are represented by the AppointmentItem objects. The scheduler displays an appointment as a color rectangle with text and graphics elements, as illustrated in the picture below.
There are several types of appointments, indicated by the Type property. A regular appointment type is AppointmentType.Normal. All appointment types are listed in the AppointmentType enumeration.
To learn more, see Appointments.