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

ToastNotification.HasHeroImage Property

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

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

Implements

See Also