Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public PredefinedNotificationDuration PredefinedNotificationDuration { get; set; }

Property Value

Type Description
DevExpress.Mvvm.UI.PredefinedNotificationDuration

A DevExpress.Mvvm.UI.PredefinedNotificationDuration enumerator value.

See Also