SchedulerSettings.RemindersFormDefaultAction Property
In This Article
Occurs when an end-user closes the Reminders Form without clicking the Dismiss or Snooze button.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RemindersFormDefaultActionEventHandler RemindersFormDefaultAction { get; set; }
#Property Value
Type | Description |
---|---|
Reminders |
A Reminders |
See Also