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

ToastNotification.ImagePath Property

Gets or sets the path to an image displayed by this ToastNotification.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public string ImagePath { get; set; }

#Property Value

Type Default Description
String null

A String value that is the path to an image displayed by this ToastNotification.

#Remarks

Use the ImagePath or ToastNotification.Image to provide an image for this notification. Note that in order to display this image, you also need to select one of four image-supporting templates (see the ToastNotification.Template property).

Important

Desktop apps can only use local images; web images are not supported. Also, the path to the local image file must be provided as an absolute (not relative) path.

#Implements

See Also