Back to Devexpress

AlertControl.HtmlPopupList Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-4e155459.md

latest1.6 KB
Original Source

AlertControl.HtmlPopupList Property

Returns the list of all currently active alerts with HTML templates. Classic alerts (designed without HTML) are stored in the separate AlertFormList collection.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public List<AlertHtmlPopup> HtmlPopupList { get; }
vb
<Browsable(False)>
Public ReadOnly Property HtmlPopupList As List(Of AlertHtmlPopup)

Property Value

TypeDescription
List<DevExpress.XtraBars.Alerter.AlertHtmlPopup>

Stores all currently active alerts with HTML templates.

|

See Also

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace