Back to Devexpress

IToastNotificationProperties.HasAppLogoImage Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-itoastnotificationproperties-16d0de4a.md

latest1.7 KB
Original Source

IToastNotificationProperties.HasAppLogoImage Property

Returns whether this notification has an application logo image.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if this notification has an application logo image; 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