Skip to main content

AlertClickEventArgs.Info Property

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

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AlertInfo Info { get; }

Property Value

Type Description
AlertInfo

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

See Also