Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

FirstChild Property, ItemClass Class

Returns the item's first dependent.

Class: ItemClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public ItemClass FirstChild { get; }
Public ReadOnly Property FirstChild As ItemClass

Value

The first child or null/Nothing if the item has no child items.

Comments

Returns the item's first dependent.

See Also ItemClass Class | Classes | SftTree/NET 2.0