Skip to main content
All docs
V25.1
  • AppointmentRemovingEventArgs.Appointments Property

    Returns the collection of appointments that are to be deleted.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    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 deleted, add them to the CanceledAppointments collection.

    See Also