ConsoleTemplateDisplayAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
NoElementMove | 1 | Do not allow drag/drop of the elements. | |
ShowToolbar | 2 | Show the toolbar on console pages with a mapper in the main slot. | |
RequiresMainRecord | 4 | This page expects a record for the Main slot. If none is found hide all other panes. | |
NoDefaultParent | 8 | When set, no parent/child relationship is assumed between the panes and the main pane and any such relationship must be explicity identified via the pane's ViewKey and/or ParentViewKeySource properties. | |
RequeryInDeclaredOrder | 16 | The console orders its panes in layout order, that is, FixedAtTop first (within that by Order), then non-fixed (in Order), then FixedAtBottom (within that by Order). Currently all ConsolePane events are fired in this order. This is generally fine. However, when this attribute is set the console will fire the requery events (ConsolePaneBeforeRequery and ConsolePaneAfterRequery) in the declared Order of the pane's PageElementInfo object in the PageInfo. Note that the ConsolePaneBeforeLayout event (and ConsolePaneAfterLayout if ever added) will continue to fire in layout order. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.