ASPxClientReminderAlertNotification.handled Property
Gets or sets whether the reminder is handled and therefore no default processing is required.
Declaration
handled: boolean
Property Value
Type | Description |
---|---|
boolean |
|
Remarks
Setting the handled property to true
indicates that the currently processed reminder is handled, and so no default processing is required. For instance, the reminder can be postponed via the ASPxClientReminder.Snooze method and then the handled property set to true
. In this case, the reminder will not be affected after your event handler has completed. If the handled property is left set to false
, the reminder will be automatically switched off via the ASPxClientReminder.Dismiss method.
See Also