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

NotificationService.Sound Property

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

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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