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

NotificationService.UseWin8NotificationsIfAvailable Property

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

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public bool UseWin8NotificationsIfAvailable { get; set; }

Property Value

Type Description
Boolean

true, if NotificationService uses native notifications; otherwise, false.

See Also