Skip to main content
A newer version of this page is available. .

ToastNotification.Duration Property

Gets or sets this ToastNotification duration.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v19.1.dll

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