Skip to main content

ASPxClientReminderAlertNotification.ignore Property

Gets or sets whether an alert is invoked for a particular reminder.

#Declaration

TypeScript
ignore: boolean

#Property Value

Type Description
boolean

true, if the reminder doesn’t generate an alert notification; otherwise, false.

#Remarks

Handle the ReminderAlert event and use this property to filter reminders for alert notifications.

See Also