Version

CancelEdit(Appointment) Method

Reverses changes made to an Infragistics.Scheduler.Appointment during an edit mode session begun with the BeginEdit(Appointment,Action<DataError>) method.
Syntax
public override AppointmentOperationResult CancelEdit( 
   Appointment appointment
)

Parameters

appointment
The Infragistics.Scheduler.Appointment being edited.

Return Value

An Infragistics.Scheduler.Data.AppointmentOperationResult instance containing the result of the operation.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also