| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Level As Integer | |
| C# | |
|---|---|
public int Level {get;} | |
Root nodes are level 0. Children of the root are Level 1, etc.
The following sample code illustrates some of the information exposed by a mode.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win.UltraWinTree | |
| C# | Copy Code |
|---|---|
using System.Diagnostics; | |
