ASPxClientAppointmentToolTipShowingEventArgs Members
Provides data for the ASPxClientScheduler.AppointmentToolTipShowing event.Constructors
| Name | Description |
|---|---|
| constructor(appointment) | Initializes a new instance of the ASPxClientAppointmentToolTipShowingEventArgs class. |
Properties
| Name | Description |
|---|---|
| appointment | Gets the appointment. |
| cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
See Also