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
<FlagsAttribute>
Public Enumeration NavTargetAttrs
Members
| Member name | Value | Description |
---|
| Disabled | 1 | Disable the target |
| RefreshOpener | 2 | Refresh opener window on save. Applies to popups only. Can be used in conjunction with RefreshParent. |
| Popup | 4 | The target of this navigation should be a popup. Applies to appbar and subform navigation targets only. |
| MultiAdd | 8 | Allow user to add multiple records at one time. |
| AllowDuplicates | 16 | When multi-add is used to add records, by default existing related records are omitted. Set this to allow duplicates. |
| AllowMultiPopup | 32 | Allow multiple instances of this page to be open at one time. Applies only when Popup is set. |
| Hidden | 64 | Item should be hidden from user. This is generally only useful for HTML items. |
| RefreshParent | 128 | Refresh parent form on save. Applies to subforms only. Can be used in conjunction with RefreshOpener. |
| AppendCount | 256 | This node should append a count using the target MOP and mapper as a source. Not supported on subforms. |
| AddParentInfo | 512 | Add the parent information to the navigation link generated for pages. Used by navigators in the MiniNav control. |
| NoDefaultTip | 1024 | Suppress 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. |
| HideWhenZeroCount | 2048 | This node should be hidden when no items exist in the target location. Not supported on subforms. Currenly valid only in conjunction with AppendCount. |
| DefaultHideLink | 4096 | By default this link should not be shown, but allow user to add/remove it. |
| DefaultShowLink | 8192 | By default this link should be shown, but allow user to add/remove it. |
| TenantSpecificMop | 16384 | This link refers to an application MOP that is tenant-specific. This attribute is normally set programmatically by the platform. |
| NoTitleCase | 32768 | The caption of this link should not be forced to use Title Case when implict vocabulary is being used. |
| ExportIcon | 65536 | Provide an Excel export icon directly on the navigation element. |
| LockLink | 131072 | Lock this link. To lock all links set LockLink. |
See Also