Skip to main content

ASPxClientReminderAlertNotification.appointment Property

Gets the appointment associated with the triggered reminder.

#Declaration

TypeScript

#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