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

NotificationService.PredefinedNotificationDuration Property

Specifies the duration for the display of predefined notifications. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public PredefinedNotificationDuration PredefinedNotificationDuration { get; set; }

Property Value

Type Description
DevExpress.Mvvm.UI.PredefinedNotificationDuration

A DevExpress.Mvvm.UI.PredefinedNotificationDuration enumerator value.

See Also