ToastNotification.Sound Property
Gets or sets the sound played when this ToastNotification is shown.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(ToastNotificationSound.Default)]
[DXCategory("Data")]
public ToastNotificationSound Sound { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Toast |
Default | A Toast |
Available values:
Name | Description |
---|---|
Default | The default sound. |
No |
No sound played. |
IM | The instant message sound. |
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. |
#Remarks
Actual sounds, played when ToastNotification objects are displayed, depend on end-user current system sound settings.