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.
See Also