Back to Devexpress

IToastNotificationProperties.HasImage Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-itoastnotificationproperties-1416a73c.md

latest2.1 KB
Original Source

IToastNotificationProperties.HasImage Property

Gets or sets whether this notification currently has an image.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool HasImage { get; }
vb
ReadOnly Property HasImage As Boolean

Property Value

TypeDescription
Boolean

true if this notification currently has an image; otherwise, false.

|

Remarks

A notification can display or hide its image, assigned to the IToastNotificationProperties.Image property, depending on the currently applied IToastNotificationProperties.Template. See the Toast Notification Manager property for the details.

See Also

Image

Template

Toast Notification Manager

IToastNotificationProperties Interface

IToastNotificationProperties Members

DevExpress.XtraBars.ToastNotifications Namespace