The list that holds the child items that are to be loaded.

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

Collapse imageSyntax

C#
public List<DataTreeGridItem> ChildItemsToLoad { get; private set; }
Visual Basic (Declaration)
Public Property ChildItemsToLoad As List(Of DataTreeGridItem)
	Get
	Private Set

Collapse imageSee Also