Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToastNotificationsManager.ApplicationIconPath Property

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

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v24.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