Skip to main content

NotificationService.Sound Property

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

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public PredefinedSound Sound { get; set; }

Property Value

Type Description
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