Click or drag to resize

ConsoleTemplateDisplayAttrs Enumeration

Attributes that modify IConsoleTemplate pages.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ConsoleTemplateDisplayAttrs
Members
  Member nameValueDescription
NoElementMove1Do not allow drag/drop of the elements.
ShowToolbar2Show the toolbar on console pages with a mapper in the main slot.
RequiresMainRecord4This page expects a record for the Main slot. If none is found hide all other panes.
NoDefaultParent8When 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.
RequeryInDeclaredOrder16 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.
See Also