Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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
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.

#Remarks

Actual sounds, played when ToastNotification objects are displayed, depend on end-user current system sound settings.

#Implements

See Also