Skip to main content
All docs
V25.2
  • AppointmentEditingEventArgs.CanceledEditAppointments Property

    Provides access to the collection of appointments for which changes should be canceled.

    Namespace: DevExpress.Xpf.Scheduling

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

    Declaration

    public IList<AppointmentItem> CanceledEditAppointments { get; }

    Property Value

    Type
    IList<AppointmentItem>

    Remarks

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

    See Also