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

AlertClickEventArgs.AlertForm Property

Gets the currently processed alert window.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public AlertFormCore AlertForm { get; }

Property Value

Type Description
DevExpress.XtraBars.Alerter.AlertFormCore

An AlertFormCore object that represents the currently processed alert window.

See Also