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

ToastNotification.Image Property

Gets or sets the image, displayed within this ToastNotification.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(null)]
public Image Image { get; set; }

Property Value

Type Default Description
Image *null*

An Image object displayed within this ToastNotification.

Remarks

An image, assigned to the Image property, is shown within the ToastNotification only if one of four image-supporting ToastNotification.Templates is currently applied to this ToastNotification. See the Toast Notification Manager topic for the details.

Implements

See Also