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

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E1833.

See Also