property Node.Name as String
Specifies the caption of the node.

TypeDescription
String A string expression that indicates the node's name ( caption ).
The Name property defines the node's caption. Use the Value property to assign a value to a node. Use the Editor property to assign an editor to a node. The control fires the Change event when the user changes the node's value if the node has no child nodes, or the node's name if the node has child nodes. Use the UserData property to assign an extra data to a node. Use the Add method to specify the node's name and value at adding time. If the node has an editor assigned, and it contains child nodes, the Name property indicates the value for the assigned editor. Use the BackColor property to specify the node's background color. Use the BackColorChild  property to specify the background color for child nodes.

The Name property supports built-in HTML format like follows: