Skip to main content
.NET 6.0+

WinMessageOptions.Tag Property

Supplies custom data to the AltertInfo.Tag property.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object Tag { get; set; }

Property Value

Type Description
Object

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

Property Paths

You can access this nested property as listed below:

Object Type Path to Tag
MessageOptions
.Win .Tag
See Also