dbicList Send comments on this topic.
Tag Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiNodeItem Class : Tag Property

Determines the object that contains data about the item. This property can be used to attach a data row to the node for reference elsewhere or a custom class can be created and attached.

Syntax

Visual Basic (Declaration) 
Public Property Tag As Object
C# 
public object Tag {get; set;}

Property Value

An Object that contains data about the item. The default is a null reference (Nothing in Visual Basic).

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also