HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

HasChildren Property, ItemClass Class

Returns whether this item has dependents.

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

Syntax

public bool HasChildren { get; }
Public ReadOnly Property HasChildren As Boolean

Value

True if this item has dependents, otherwise False.

Comments

Returns whether this item has dependents.

The dependents can be accessed using the ItemClass.Children property.

A count of dependents can be retrieved using the ItemClass.DirectChildCount and ItemClass.TotalChildCount properties.

See Also ItemClass Class | Classes | SftTree/NET 3.0