Version

ChildRecordsDisplayOrder Enumeration

Specifies the order in which child records should be displayed relative to their parent record.
Syntax
'Declaration
 
Public Enum ChildRecordsDisplayOrder 
   Inherits System.Enum
public enum ChildRecordsDisplayOrder : System.Enum 
Members
MemberDescription
AfterParentThe child records should be displayed after their parent record when the parent is expanded.
BeforeParentThe child records should be displayed before their parent record when the parent is expanded. If the parent record has a header before it when collapsed, the header will appear before the child records and their header.
BeforeParentHeadersAttachedThe child records should be displayed before their parent record when the parent is expanded. If the parent record has a header before it when collapsed, the header will remain attached to the parent record and the child records will appear before the header. Note: When nested panels are used, the headers must go before the child records, so this will be the same as the BeforeParent value.
DefaultThe default based on other settings.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also