Skip to main content

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

true, to scroll to the selected appointment; otherwise, false.

See Also