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.v19.2.dll

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