Back to Devexpress

ToastNotification.HasAppLogoImagePath Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-2984361a.md

latest1.8 KB
Original Source

ToastNotification.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
[Browsable(false)]
public bool HasAppLogoImagePath { get; }
vb
<Browsable(False)>
Public ReadOnly Property HasAppLogoImagePath As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

Implements

HasAppLogoImagePath

See Also

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace