Click or drag to resize

NavTargetAttrs Enumeration

Attribute bits for NavTargets.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum NavTargetAttrs
Members
  Member nameValueDescription
Disabled1Disable the target
RefreshOpener2Refresh opener window on save. Applies to popups only. Can be used in conjunction with RefreshParent.
Popup4The target of this navigation should be a popup. Applies to appbar and subform navigation targets only.
MultiAdd8Allow user to add multiple records at one time.
AllowDuplicates16When multi-add is used to add records, by default existing related records are omitted. Set this to allow duplicates.
AllowMultiPopup32Allow multiple instances of this page to be open at one time. Applies only when Popup is set.
Hidden64Item should be hidden from user. This is generally only useful for HTML items.
RefreshParent128Refresh parent form on save. Applies to subforms only. Can be used in conjunction with RefreshOpener.
AppendCount256This node should append a count using the target MOP and mapper as a source. Not supported on subforms.
AddParentInfo512Add the parent information to the navigation link generated for pages. Used by navigators in the MiniNav control.
NoDefaultTip1024Suppress tooltips on this navigator if the tip is just a default (e.g. the caption). This setting is typically picked up from the application AppAppearance setting.
HideWhenZeroCount2048This node should be hidden when no items exist in the target location. Not supported on subforms. Currenly valid only in conjunction with AppendCount.
DefaultHideLink4096By default this link should not be shown, but allow user to add/remove it.
DefaultShowLink8192By default this link should be shown, but allow user to add/remove it.
TenantSpecificMop16384This link refers to an application MOP that is tenant-specific. This attribute is normally set programmatically by the platform.
NoTitleCase32768The caption of this link should not be forced to use Title Case when implict vocabulary is being used.
ExportIcon65536Provide an Excel export icon directly on the navigation element.
LockLink131072Lock this link. To lock all links set LockLink.
See Also