Back to Devexpress

ToastNotification.HasHeroImagePath Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-617c00f0.md

latest1.7 KB
Original Source

ToastNotification.HasHeroImagePath Property

Returns whether or not this notification has the path to 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 HasHeroImagePath { get; }
vb
<Browsable(False)>
Public ReadOnly Property HasHeroImagePath As Boolean

Property Value

TypeDescription
Boolean

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

|

Implements

HasHeroImagePath

See Also

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace