ASPxClientReminderAlertNotification.GetAppointment Method
Gets the appointment associated with the reminder.
Declaration
GetAppointment(): ASPxClientAppointment
Returns
Type | Description |
---|---|
ASPxClientAppointment | An ASPxClientAppointment object. |
Remarks
Alternatively, use the ASPxClientReminderAlertNotification.appointment property to get the appointment associated with the triggered reminder.
See Also