ASPxClientScheduler.SelectAppointmentById(aptId) Method
Selects the appointment with the specified ID.
Declaration
SelectAppointmentById(
aptId: string,
scrollToSelection?: boolean
): void
Parameters
Name | Type | Description |
---|---|---|
aptId | string | A string value specifying the appointment ID. |
scrollToSelection | boolean |
|
See Also