HierarchyNode<T>.TotalChildNodeCount Property

Definition

Gets the total child node count from this node, down.

public:
 property int TotalChildNodeCount { int get(); };
public int TotalChildNodeCount { get; }
member this.TotalChildNodeCount : int
Public ReadOnly Property TotalChildNodeCount As Integer

Property Value

Returns Int32.

The total child node count from this node, down.

Applies to