Back to Devexpress

AppointmentItemCollection Class

wpf-devexpress-dot-xpf-dot-scheduling-0035cefe.md

latest2.3 KB
Original Source

AppointmentItemCollection Class

A collection of appointments.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class AppointmentItemCollection :
    SchedulerItemBaseCollection<AppointmentItem>
vb
Public Class AppointmentItemCollection
    Inherits SchedulerItemBaseCollection(Of AppointmentItem)

The following members return AppointmentItemCollection objects:

Remarks

The AppointmentItemCollection is a collection of AppointmentItem objects. The AppointmentItemCollection object is accessible using the SchedulerControl.AppointmentItems. The collection does not contain appointment occurrences, they are calculated from appointment patterns contained in this collection. Use the SchedulerControl.GetAppointments property to get all existing appointments, including occurrences, in the specified interval.

Inheritance

Object DevExpress.Mvvm.Native.BoundCollectionBase<AppointmentItem> DevExpress.Xpf.Scheduling.Internal.SchedulerBoundCollectionBase<AppointmentItem> DevExpress.Xpf.Scheduling.Internal.SchedulerItemBaseCollection<AppointmentItem> AppointmentItemCollection

See Also

AppointmentItemCollection Members

Appointments

DevExpress.Xpf.Scheduling Namespace