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

NotificationsModule.NotificationsStartDelay Property

Specifies the delay from the application start to the initial Reminders Window display.

Namespace: DevExpress.ExpressApp.Notifications

Assembly: DevExpress.ExpressApp.Notifications.v18.2.dll

Declaration

public TimeSpan NotificationsStartDelay { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan value that specifies the delay from the application start to the initial Reminders Window display. The default is 5 seconds.

See Also