AppointmentClickEventArgs Properties
Provides data for the ASPxClientScheduler.AppointmentClick and the ASPxClientScheduler.AppointmentDoubleClick events.| Name | Description |
|---|---|
| appointmentId | Gets the client appointment ID for the appointment being clicked. |
| handled | Gets or sets whether an event is handled, and that default actions are not required. |
| htmlElement | Gets the HTML element that the event was triggered on. |
See Also