windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-b1598d1d.md
Gets or sets the sound played when this ToastNotification is shown.
Namespace : DevExpress.XtraBars.ToastNotifications
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(ToastNotificationSound.Default)]
[DXCategory("Data")]
public ToastNotificationSound Sound { get; set; }
<DefaultValue(ToastNotificationSound.Default)>
<DXCategory("Data")>
Public Property Sound As ToastNotificationSound
| Type | Default | Description |
|---|---|---|
| ToastNotificationSound | Default |
A ToastNotificationSound enumerator value that specifies the sound played when this ToastNotification is shown.
|
Available values:
Show 26 items
| Name | Description |
|---|---|
| Default |
The default sound.
| | NoSound |
No sound played.
| | IM |
The instant message sound.
| | Mail |
The received e-mail sound.
| | Reminder |
The reminder sound.
| | SMS |
The incoming text message sound.
| | Looping_Alarm |
The looping alarm sound.
| | Looping_Alarm2 |
The looping alarm sound #2.
| | Looping_Alarm3 |
The looping alarm sound #3.
| | Looping_Alarm4 |
The looping alarm sound #4.
| | Looping_Alarm5 |
The looping alarm sound #5.
| | Looping_Alarm6 |
The looping alarm sound #6.
| | Looping_Alarm7 |
The looping alarm sound #7.
| | Looping_Alarm8 |
The looping alarm sound #8.
| | Looping_Alarm9 |
The looping alarm sound #9.
| | Looping_Alarm10 |
The looping alarm sound #10.
| | Looping_Call |
The looping incoming call sound.
| | Looping_Call2 |
The looping incoming call sound #2.
| | Looping_Call3 |
The looping incoming call sound #3.
| | Looping_Call4 |
The looping incoming call sound #4.
| | Looping_Call5 |
The looping incoming call sound #5.
| | Looping_Call6 |
The looping incoming call sound #6.
| | Looping_Call7 |
The looping incoming call sound #7.
| | Looping_Call8 |
The looping incoming call sound #8.
| | Looping_Call9 |
The looping incoming call sound #9.
| | Looping_Call10 |
The looping incoming call sound #10.
|
Actual sounds, played when ToastNotification objects are displayed, depend on end-user current system sound settings.
See Also