Back to Devexpress

ToastNotification.HasHeroImage Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-e0011f35.md

latest1.6 KB
Original Source

ToastNotification.HasHeroImage Property

Returns whether or not this notification has the hero image specified.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool HasHeroImage { get; }
vb
<Browsable(False)>
Public ReadOnly Property HasHeroImage As Boolean

Property Value

TypeDescription
Boolean

true if this notification has the hero image specified; otherwise, false.

|

Implements

HasHeroImage

See Also

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace