Back to Devexpress

NotificationService.CustomNotificationDuration Property

wpf-devexpress-dot-mvvm-dot-ui-dot-notificationservice-dde7d79a.md

latest1.1 KB
Original Source

NotificationService.CustomNotificationDuration Property

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

Namespace : DevExpress.Mvvm.UI

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public TimeSpan CustomNotificationDuration { get; set; }
vb
Public Property CustomNotificationDuration As TimeSpan

Property Value

TypeDescription
TimeSpan

A System.TimeSpan value.

|

See Also

NotificationService Class

NotificationService Members

DevExpress.Mvvm.UI Namespace