Skip to main content

ASPxClientSchedulerStorageControl.DeleteAppointment(appointment) Method

Client-side scripting method to delete the specified appointment.

Declaration

DeleteAppointment(
    appointment: ASPxClientAppointment
): void

Parameters

Name Type Description
appointment ASPxClientAppointment

An ASPxClientAppointment object representing the client-side appointment.

Remarks

The DeleteAppointment method initiates a callback command with the SchedulerCallbackCommandId.ClientSideDeleteAppointment identifier. It passes client appointment information to the server and deletes a server Appointment counterpart of the specified client appointment.

See Also