Skip to main content

NotificationService.AreWin8NotificationsAvailable Property

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

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: 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