Skip to main content
A newer version of this page is available. .

NotificationService.AreWin8NotificationsAvailable Property

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

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool AreWin8NotificationsAvailable { get; }

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