Back to Devexpress

ToastNotification.HasAppLogoImage Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-288f0491.md

latest1.9 KB
Original Source

ToastNotification.HasAppLogoImage Property

Returns whether this ToastNotification has an application logo image.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if this ToastNotification has an application logo image; otherwise, false.

|

Remarks

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

Implements

HasAppLogoImage

See Also

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace