ASPxClientSchedulerStorageControl.InsertAppointment(appointment) Method
Client-side scripting method to insert the specified appointment.
Declaration
InsertAppointment(
appointment: ASPxClientAppointment
): void
Parameters
Name | Type | Description |
---|---|---|
appointment | ASPxClientAppointment | An ASPxClientAppointment object representing the client-side appointment. |
See Also