Gets or sets the children count limit for parent nodes in order to be collapsible and expandable from the user interface; null by default, indicating that no limit applies. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)

Syntax

C#
public Nullable<int> CollapsibilityMaxCount { get; set; }
Visual Basic (Declaration)
Public Property CollapsibilityMaxCount As Nullable(Of Integer)
	Get
	Set

See Also