Back to Devexpress

AlertInfo.Tag Property

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

latest1.2 KB
Original Source

AlertInfo.Tag Property

Gets or sets custom data associated with the current AlertInfo object.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public object Tag { get; set; }
vb
Public Property Tag As Object

Property Value

TypeDescription
Object

An object that represents custom data associated with the current AlertInfo object.

|

See Also

AlertInfo Class

AlertInfo Members

DevExpress.XtraBars.Alerter Namespace