Skip to main content
All docs
V26.1
  • AppointmentAddingEventArgs.Appointments Property

    Provides access to the collection of appointments the user attempts to add to the scheduler.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v26.1.dll

    Declaration

    public IReadOnlyList<AppointmentItem> Appointments { get; }

    Property Value

    Type Description
    IReadOnlyList<AppointmentItem>

    A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.

    Remarks

    To prevent specific appointments from being added to the scheduler, add them to the CanceledAppointments collection.

    See Also