Back to Devexpress

NotificationService.Sound Property

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

latest1.1 KB
Original Source

NotificationService.Sound Property

Gets or sets the sound played when a notification is shown.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public PredefinedSound Sound { get; set; }
vb
Public Property Sound As PredefinedSound

Property Value

TypeDescription
DevExpress.Mvvm.UI.PredefinedSound

A DevExpress.Mvvm.UI.PredefinedSound enumerator value that specifies the sound played when a notification is shown.

The default is PredefinedSound.Notification_Default.

|

See Also

NotificationService Class

NotificationService Members

DevExpress.Mvvm.UI Namespace