ConsolePaneAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
FixedAtTop | 1 | This pane should be positioned at the top of the console and fixed in place (not moveable by user). | |
FixedAtBottom | 2 | This pane should be positioned at the bottom of the console and fixed in place (not moveable by user). | |
NoExpandCollapse | 4 | Do not allow the user to expand or collapse this pane. | |
HideHeader | 8 | Hide the IConsolePaneHeader pane header. | |
FixedHeight | 16 | Fix the pane height (rather than sizing to content) using the MaxHeight setting. | |
DefaultHidePane | 256 | By default this pane should not be shown in the console, but allow user to add/remove it. | |
DefaultShowPane | 512 | By default this pane should be shown in the console, but allow user to add/remove it. | |
PaneNavigation | 1024 | This pane participates in the page's inter-pane navigation where only the one of such panes is shown at a time. | |
PaneDrilldown | 2048 | This pane drills down to the DetailPane in the current page. | |
EditModeOn | 4096 | This pane is always editable. | |
NoPaneHeaderCommands | 8192 | Suppress any MapperCommand placed on this pane with PaneHeader. | |
PaneLinkEdits | 16384 | Identifies the pane link as being a link to an edit page. Currently applies only when ShowPaneLink is specified. | |
AddPaneFitButton | 32768 | Add a button for fitting the pane to the screen. The main reason for this is to make any horizontal scrollbar more accessible on long lists. | |
IgnorePK | 65536 | This pane's mapper should not use the request's PK parameter to construct a filter. Typically applies to detail panes only. | |
IgnoreParent | 131072 | This pane's mapper should not use the request's FK parameter or other parent filtering to construct a filter. Typically applies to Main slot datasheet panes only. | |
AllowDelete | 262144 | This pane should allow the user to delete records. By default console panes do not allow deletion. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.