Back to Devexpress

NotificationService.AreWin8NotificationsAvailable Property

wpf-devexpress-dot-mvvm-dot-ui-dot-notificationservice-dot-arewin8notificationsavailable.md

latest1.4 KB
Original Source

NotificationService.AreWin8NotificationsAvailable Property

Gets a value indicating whether native Windows 8/10 notifications are available.

Namespace : DevExpress.Mvvm.UI

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AreWin8NotificationsAvailable { get; }
vb
Public ReadOnly Property AreWin8NotificationsAvailable As Boolean

Property Value

TypeDescription
Boolean

true, if native notifications are available; otherwise, false.

|

Remarks

If AreWin8NotificationsAvailable returns false, use your own NotificationService’s notifications as described in the NotificationService topic.

See Also

NotificationService Class

NotificationService Members

DevExpress.Mvvm.UI Namespace