Back to Devexpress

AlertControl.FormMaxCount Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-f34c74f4.md

latest2.2 KB
Original Source

AlertControl.FormMaxCount Property

Gets or sets the maximum number of simultaneously displayed alert windows.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Behavior")]
public virtual int FormMaxCount { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(0)>
Public Overridable Property FormMaxCount As Integer

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the maximum number of simultaneously displayed alert windows. 0 if this number is not limited.

|

Remarks

An AlertControl displays alert windows using a FIFO queue. Specify the FormMaxCount property to limit the number of simultaneously displayed alert windows. Additional windows are deferred (when an alert window is hidden, the next window in the queue is displayed).

To access the deferred alert windows, use AlertControl.PostponedFormList.

To access the deferred HTML popup alerts, use AlertControl.PostponedHtmlPopupList.

See Also

PostponedFormList

PostponedHtmlPopupList

Show

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace