ToastNotificationSound Enum
Provides members that specify sounds played when the specific notification is shown.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
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. |
Related API Members
The following properties accept/return ToastNotificationSound values:
Remarks
The ToastNotificationSound enumerator values are passed to the ToastNotification.Sound property as values. These values do not specify the predefined sound. Instead, they correspond to a sound currently set on an end-user device as a sound related to this event. See The toast audio options catalog topic to learn more.