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

NotificationService.UseWin8NotificationsIfAvailable Property

Gets a value indicating whether native Windows 8 notifications are used. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

Declaration

public bool UseWin8NotificationsIfAvailable { get; set; }

Property Value

Type Description
Boolean

true if NotificationService uses native notifications; otherwise, false.

See Also