Skip to main content

AlertInfo.Tag Property

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

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.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