Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

LastChild Property, ItemClass Class

Returns the item's last dependent.

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

Syntax

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

Value

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

Comments

Returns the item's last dependent.

LastChild returns an item's last direct child item, ItemClass.LastDependent returns the last direct or indirect child item.

See Also ItemClass Class | Classes | SftTree/NET 2.0