Skip to main content

ToastNotificationsManager.ApplicationIconPath Property

Gets or sets the path to the application icon, displayed within toast notifications.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Shortcut")]
public string ApplicationIconPath { get; set; }

Property Value

Type Default Description
String null

A String value that is the path to the application icon, displayed within toast notifications.

Remarks

The ApplicationIconPath property allows you to set an icon for toast notifications, displayed by this ToastNotificationsManager. This icon is also used as the icon for this application shortcut, which needs to be pinned to the Windows 8 Start Screen. To automatically create such a shortcut, set the ToastNotificationsManager.CreateApplicationShortcut property to true.

Note

Since your released product will most likely have an installation that will create an application Start Screen shortcut, the ApplicationIconPath property is primarily designed for debugging purposes.

See the Toast Notification Manager topic for details.

See Also