Skip to main content
A newer version of this page is available. .

ToastNotification.HasHeroImagePath Property

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

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool HasHeroImagePath { get; }

Property Value

Type Description
Boolean

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

Implements

See Also