Back to Devexpress

AlertControl.PostponedHtmlPopupList Property

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

latest1.8 KB
Original Source

AlertControl.PostponedHtmlPopupList Property

Gives access to deferred HTML popup alerts.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
IList<DevExpress.XtraBars.Alerter.AlertHtmlPopup>

A list of HTML popup alerts whose display is postponed.

|

Remarks

If the number of simultaneously displayed HTML popup windows is limited (the AlertControl.FormMaxCount property is specified) and the number of HTML popups exceeds this limit, additional windows are deferred.

Use the PostponedHtmlPopupList property to access HTML popup alerts queued for display.

See Also

FormMaxCount

PostponedFormList

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace