Back to Devexpress

IToastNotificationProperties.HasImagePath Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-itoastnotificationproperties-2f0ccb28.md

latest1.6 KB
Original Source

IToastNotificationProperties.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
bool HasImagePath { get; }
vb
ReadOnly Property HasImagePath As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

See the IToastNotificationProperties.ImagePath property to learn more.

See Also

ImagePath

IToastNotificationProperties Interface

IToastNotificationProperties Members

DevExpress.XtraBars.ToastNotifications Namespace