Gets the count of leaf nodes managed by this NodeManager. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public int LeafCount { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property LeafCount As Integer

See Also