Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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