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