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

AlertInfo.Tag Property

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

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public object Tag { get; set; }

Property Value

Type Description
Object

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

See Also