NotificationService.AreWin8NotificationsAvailable Property
Gets a value indicating whether native Windows 8/10 notifications are available.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
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