Back to Devexpress

AlertClickEventArgs.AlertForm Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertclickeventargs-2147774a.md

latest1.1 KB
Original Source

AlertClickEventArgs.AlertForm Property

Gets the currently processed alert window.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public AlertFormCore AlertForm { get; }
vb
Public ReadOnly Property AlertForm As AlertFormCore

Property Value

TypeDescription
DevExpress.XtraBars.Alerter.AlertFormCore

An AlertFormCore object that represents the currently processed alert window.

|

See Also

AlertClickEventArgs Class

AlertClickEventArgs Members

DevExpress.XtraBars.Alerter Namespace