Skip to main content

ToastNotification.Duration Property

Gets or sets this ToastNotification duration.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(ToastNotificationDuration.Default)]
public ToastNotificationDuration Duration { get; set; }

Property Value

Type Default Description
ToastNotificationDuration Default

A ToastNotificationDuration enumerator value that is this ToastNotification duration.

Available values:

Name Description
Default

Default notification duration.

Long

Prolonged notification duration.

Remarks

The Duration property specifies how long this ToastNotification will be visible after it was shown. Exact ToastNotification duration value depends on the end-user system settings.

Implements

See Also