ASPxClientAppointmentDeletingEventArgs.appointmentIds Property
Gets client IDs of the appointments to be removed.
Declaration
appointmentIds: string[]
Property Value
| Type | Description |
|---|---|
| string[] | An array of client appointment identifiers, representing appointments passed for deletion. |
Remarks
Use the ASPxClientScheduler.GetAppointmentById method to get more information on an appointment by its client id.
See Also