Click or drag to resize

LinkBehaviorAttributes Enumeration

Options specifying IField link behaviour.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum LinkBehaviorAttributes
Members
  Member nameValueDescription
NavigateNew1Specifies that the LinkKey / LinkMOP for this field should be constructed as a new link.
ContainsParentInfo2The generated link from Link properties should include parent navigation info.
ReParent4Specifies that this page should be the parent of the link.
RefreshOpener8Upon a save from the popped-up window, refresh the originating window. Applies to pop up navigation only.
UseLinkFilter16 Use the LinkFilterExpr and LinkFilterDescription text on the field during drill down. Applies only to Button fields with a LinkMOP. Note that UseColumnFilter is generally preferred and allows for drill down on aggregate data.
UseColumnFilter32Use the LinkFilterExpr and LinkFilterDescription text on the field to construct a column drill down for regular and aggregate data rows. Applies only to Button fields with a LinkMOP.
PaneNavigation64 The link should be built using the 'erk' value for pane navigation.
BlankTarget128 The link should add target='_blank' to the hyperlink. Applies to buttons with a LinkSource.
NoLinkWhenEmpty256 No link should be created if the field value is null/blank/zero.
See Also