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

IToastNotificationProperties.ImagePath Property

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

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

string ImagePath { get; set; }

Property Value

Type Description
String

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

Remarks

Use the ImagePath or IToastNotificationProperties.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 IToastNotificationProperties.Template property).

Important

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

See Also