Skip to main content
All docs
V25.1
  • AppointmentEditingEventArgs.EditAppointments Property

    Provides access to the collection of edited appointments.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public IReadOnlyList<AppointmentItem> EditAppointments { get; }

    Property Value

    Type Description
    IReadOnlyList<AppointmentItem>

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

    Remarks

    The SourceAppointments collection returns the appointments before the changes the user attempts to apply.

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

    See Also