| PageSummaryChildPages Property | 
            Gets a list of all child summaries.
            
 
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic NotifyList<PageSummary> ChildPages { get; }Public ReadOnly Property ChildPages As NotifyList(Of PageSummary)
	Get
public:
property NotifyList<PageSummary^>^ ChildPages {
	NotifyList<PageSummary^>^ get ();
}member ChildPages : NotifyList<PageSummary> with get
Property Value
Type: 
NotifyListPageSummary See Also
See Also