| PageSummaryShowChildPagesInAlphabeticalOrder Property | 
            Gets a value indicating that child pages are to be shown in alphabetical order of
            
PageTitle. False by default unless the child pages are associated with a list.
            
 
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic virtual bool ShowChildPagesInAlphabeticalOrder { get; }Public Overridable ReadOnly Property ShowChildPagesInAlphabeticalOrder As Boolean
	Get
public:
virtual property bool ShowChildPagesInAlphabeticalOrder {
	bool get ();
}abstract ShowChildPagesInAlphabeticalOrder : bool with get
override ShowChildPagesInAlphabeticalOrder : bool with get
Property Value
Type: 
Boolean See Also
See Also