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

DashboardToolbarMenuItem.Tag Property

Gets or sets custom data associated with the item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public object Tag { get; set; }

Property Value

Type Description
Object

An object that contains additional information stored with the item.

Remarks

Use the Tag property to store custom data. You can store the information obtained when creating a menu and retrieve it in the action performed when the menu item is clicked.

Implements

See Also