Back to Devexpress

IToastNotificationProperties.HasAppLogoImagePath Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-itoastnotificationproperties-efc8e69f.md

latest1.7 KB
Original Source

IToastNotificationProperties.HasAppLogoImagePath Property

Returns whether or not this notification has the application image path specified.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

Use the IToastNotificationProperties.AppLogoImage or IToastNotificationProperties.AppLogoImagePath property to set up the application logo image.

See Also

IToastNotificationProperties Interface

IToastNotificationProperties Members

DevExpress.XtraBars.ToastNotifications Namespace