Skip to main content
A newer version of this page is available. .

ASPxClientReminderAlertNotification.ignore Property

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

Declaration

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