Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToastNotificationDuration Enum

Provides members that specify the notification lifetime.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v24.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