Infragistics2.Win.UltraWinTree.v8.1
Key Property
See Also 
Infragistics.Win.UltraWinTree Namespace > UltraTreeNode Class : Key Property

The Key of the node.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Key As String
C# 
public override string Key {get; set;}

Remarks

Keys must be unique throughout the UltraTree control.

Any node with a key can be referenced anywhere in the UltraTree control by calling the UltraTree.GetNodeByKey method.

See Also