Back to Devexpress

AlertControl.PostponedFormList Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-75d58442.md

latest1.4 KB
Original Source

AlertControl.PostponedFormList Property

Provides access to alert windows whose display is postponed.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
List<DevExpress.XtraBars.Alerter.AlertForm>

A list of alert windows whose display is postponed.

|

Remarks

See AlertControl.FormMaxCount to learn more.

See Also

FormMaxCount

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace