Skip to main content
All docs
V25.2
  • 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

    [Browsable(false)]
    public IList<AlertHtmlPopup> PostponedHtmlPopupList { get; }

    Property Value

    Type Description
    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