ASPxClientScheduler.AppointmentFormDelete Method
Client-side scripting method that deletes the appointment being edited.
Declaration
AppointmentFormDelete(): void
Remarks
The AppointmentFormDelete function raises the ASPxClientScheduler.AppointmentDeleting event and invokes the callback command with the APTDEL identifier.
See Also