Skip to main content

AppointmentItem Class

An appointment in the Scheduler.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class AppointmentItem :
    SourceObjectContainer<AppointmentItemCollection>

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.

DevExpress WinUI Scheduler - Appointments

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.

Inheritance

Object
DevExpress.WinUI.Scheduler.Internal.SourceObjectContainer<DevExpress.WinUI.Scheduler.Internal.AppointmentItemCollection>
AppointmentItem
See Also