Skip to main content

ASPxClientReminderAlertNotification.GetAppointment Method

Gets the appointment associated with the reminder.

#Declaration

TypeScript
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