Back to Devexpress

ToastNotification.HasSoundOrDuration Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-fbf94c3d.md

latest2.1 KB
Original Source

ToastNotification.HasSoundOrDuration Property

Gets whether or not this notification has its ToastNotification.Sound or ToastNotification.Duration specified.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool HasSoundOrDuration { get; }
vb
<Browsable(False)>
Public ReadOnly Property HasSoundOrDuration As Boolean

Property Value

TypeDescription
Boolean

true if this notification has its ToastNotification.Sound or ToastNotification.Duration specified; otherwise, false.

|

Remarks

See the ToastNotification.Sound and ToastNotification.Duration properties to learn more.

See Also

Sound

Duration

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace