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)

Syntax

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

See Also