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