Skip to main content
.NET 6.0+

NotificationsModule.NotificationsStartDelay Property

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

Namespace: DevExpress.ExpressApp.Notifications

Assembly: DevExpress.ExpressApp.Notifications.v23.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