Click or drag to resize

PaneNavAttrs Enumeration

Attributes controlling the behaviour of navigation links on a IConsolePane.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PaneNavAttrs
Members
  Member nameValueDescription
ApplyPaneFilter1Apply the pane's Filter property to the destination page.
PopupNew2Allow New data to be created in an in-place popup window, rather than navigating.
PopupDialog4Force popup to open with popup dialog template (Save and New).
See Also