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 public 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:
NotifyListPageSummarySee Also