Back to Devexpress

ToastNotificationDuration Enum

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-9e3b9ca4.md

latest2.0 KB
Original Source

ToastNotificationDuration Enum

Provides members that specify the notification lifetime.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum ToastNotificationDuration
vb
Public Enum ToastNotificationDuration

Members

NameDescription
Default

Default notification duration.

| | Long |

Prolonged notification duration.

|

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

Toast Notification Manager

DevExpress.XtraBars.ToastNotifications Namespace