Back to Devexpress

NotificationService.ApplicationIconPath Property

wpf-devexpress-dot-mvvm-dot-ui-dot-notificationservice-986a49a5.md

latest1.2 KB
Original Source

NotificationService.ApplicationIconPath Property

Gets or sets the path to the application icon, displayed within Windows 10 Style notifications.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string ApplicationIconPath { get; set; }
vb
Public Property ApplicationIconPath As String

Property Value

TypeDescription
String

A String value that is the path to the application icon, displayed within Windows 10 Style notifications.

|

See Also

NotificationService Class

NotificationService Members

DevExpress.Mvvm.UI Namespace