Skip to main content

ToastNotification.Image Property

Gets or sets the image, displayed within this ToastNotification.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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