Skip to main content
A newer version of this page is available. .

AlertControl.AlertFormList Property

Provides access to the list of active alert windows.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public List<AlertForm> AlertFormList { get; }

Property Value

Type Description
List<DevExpress.XtraBars.Alerter.AlertForm>

A list of active alert windows.

Remarks

Note that the list is dynamically changed when alert windows are opened and closed.

See Also