Skip to main content

ToastNotificationDuration Enum

Provides members that specify the notification lifetime.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum ToastNotificationDuration

Members

Name Description
Default

Default notification duration.

Long

Prolonged notification duration.

Related API Members

The following properties accept/return ToastNotificationDuration values:

Remarks

The ToastNotificationDuration enumerator values, passed to the ToastNotification.Duration property, allow you to select between standard and prolonged notification duration. This duration specifies for how long a notification is displayed before it’s hidden, if an end-user does not click or manually close this notification.

The ToastNotificationDuration enumerator provides relative notification duration values. Exact notification lifetime depends on current end-user system settings.

See Also