Skip to content

UITreeNode.Tag Property

Definition

Namespace: Brine2D.UI

Optional application-defined data associated with this node.

C#
public object? Tag { get; set; }

Property Value

System.Object