Version

DeleteAppointment Method (ScheduleDataSource)

When overridden in a derived class, deletes the specified Infragistics.Scheduler.Appointment.
Syntax
public AppointmentOperationResult DeleteAppointment( 
   Appointment appointment
)

Parameters

appointment
The appointment to be deleted.

Return Value

An Infragistics.Scheduler.Data.AppointmentOperationResult instance which contains the result of the operation.
Remarks

The DeleteAppointment method removes an existing Infragistics.Scheduler.Appointment instance, and causes it to become disassociated from the data source. After a successful deletion, the Appointment no longer appears in activity queries or in the user interface.

Note that the underlying item source for appointment data must support removal of items.

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