Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

DirectChildCount Property, ItemClass Class

Returns the number of immediate dependents of this item.

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

Syntax

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

Value

The number of immediate dependents.

Comments

Returns the number of immediate dependents of this item.

The ItemClass.TotalChildCount property can be used to determine the item's number of all dependents (immediate and indirect).

See Also ItemClass Class | Classes | SftTree/NET 2.0