Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

TotalChildCount Property, ItemClass Class

Returns the number of all dependents of this item.

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

Syntax

public int TotalChildCount { get; }
Public ReadOnly Property TotalChildCount As Integer

Value

The number of all dependents (immediate and indirect).

Comments

Returns the number of all dependents of this item.

The ItemClass.DirectChildCount property can be used to determine the item's number of immediate dependents.

See Also ItemClass Class | Classes | SftTree/NET 2.0