Skip to main content
A newer version of this page is available. .

AppointmentClickEventArgs.appointmentId Property

Gets the client appointment ID for the appointment being clicked.

Declaration

appointmentId: string

Property Value

Type Description
string

A string, representing the client ID of the appointment.

Remarks

You can retrieve a client appointment by its ID via the ASPxClientScheduler.GetAppointmentById method.

Tip

For the complete sample project, see the following DevExpress Support Center example: https://supportcenter.devexpress.com/ticket/details/e1833/how-to-handle-a-double-click-on-an-appointment.

See Also