Back to Devexpress

AlertClickEventArgs.Info Property

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

latest1.2 KB
Original Source

AlertClickEventArgs.Info Property

Gets an object that contains information displayed in the currently processed alert window.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public AlertInfo Info { get; }
vb
Public ReadOnly Property Info As AlertInfo

Property Value

TypeDescription
AlertInfo

A AlertInfo object that contains information displayed in an alert window.

|

See Also

AlertClickEventArgs Class

AlertClickEventArgs Members

DevExpress.XtraBars.Alerter Namespace