| Visual Basic (Declaration) | |
|---|---|
Public Overrides Property Key As String | |
| C# | |
|---|---|
public override string Key {get; set;} | |
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.
