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

DiagramItem.Tag Property

Gets or sets an arbitrary object value that can be used to store custom information about this element.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(null)]
public virtual object Tag { get; set; }

Property Value

Type Default Description
Object *null*

A unique identifier for the diagram item.

Remarks

The Tag property is designed to work with simple types only. See the Value types article in MSDN.

See Also