Skip to main content

IToastNotificationProperties.HasHeroImagePath Property

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

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool HasHeroImagePath { get; }

Property Value

Type Description
Boolean

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

See Also