| 
 | 
 | 
 | 
| 
        | FirstChild Property, ItemClass Class | 
Returns the item's first dependent.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
| VB | Public ReadOnly Property FirstChild As ItemClass | 
| C# | public ItemClass FirstChild { get; } | 
| C++ | public: property ItemClass^ FirstChild { | 
Property Value
The first child or null/Nothing if the item has no child items.
Comments
The FirstChild property returns the item's first dependent.