Provides a way for inheriters to specify the managed items collection that will store the new child items specified to be loaded during VirtualSummaryInitiallyExpanded event handling.

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

Syntax

C#
protected override IList GetVirtualSummaryInitializatingCollection()
Visual Basic (Declaration)
Protected Overrides Function GetVirtualSummaryInitializatingCollection As IList

See Also