Search
TreeViewItem.Tag Property
See Also
 





Gets or sets custom data associated with this item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Object Tag { get; set; }

Visual Basic  Copy Code

Public Property Tag As Object

 Property Value

An instance of any class derived from System.Object. The default value is null (Nothing in Visual Basic).

 See Also