ASPxClientReminderAlertNotification.appointment Property
Gets the appointment associated with the triggered reminder.
Declaration
appointment: ASPxClientAppointment
Property Value
| Type | Description |
|---|---|
| ASPxClientAppointment | An ASPxClientAppointment object. |
Remarks
Alternatively, use the ASPxClientReminderAlertNotification.GetAppointment method to get the appointment associated with the triggered reminder.
See Also