DiagramItem.Tag Property
In This Article
Gets or sets an arbitrary object value that can be used to store custom information about this element.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
#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