'Declaration Public Enum ChildRecordsDisplayOrder Inherits System.Enum
public enum ChildRecordsDisplayOrder : System.Enum
Member | Description |
---|---|
AfterParent | The child records should be displayed after their parent record when the parent is expanded. |
BeforeParent | The 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. |
BeforeParentHeadersAttached | The 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. |
Default | The default based on other settings. |
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