Skip to main content
A newer version of this page is available. .
All docs
V20.2

AppointmentCRUDEventArgs.Undo(AppointmentItem[]) Method

Cancels the changes made to the specified appointments in the scheduler.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public void Undo(
    AppointmentItem[] appointments
)

Parameters

Name Type Description
appointments AppointmentItem[]

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

See Also