Back to Devexpress

ToastNotification.HasImagePath Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-2720a463.md

latest1.6 KB
Original Source

ToastNotification.HasImagePath Property

Gets whether or not this notification has its image path specified.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if this notification has its image path specified; otherwise, false.

|

Remarks

See the ToastNotification.ImagePath property to learn more.

Implements

HasImagePath

See Also

ImagePath

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace