|
|
|
|
HasChildren Property, ItemClass Class |
Returns whether this item has dependents.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property HasChildren As Boolean |
C# |
public bool HasChildren { get; } |
C++ |
public: property bool HasChildren { |
Property Value
True if this item has dependents, otherwise False.
Comments
The HasChildren property returns whether this item has dependents.
The dependents can be accessed using the Children property.
A count of dependents can be retrieved using the DirectChildCount and TotalChildCount properties.