Click or drag to resize

PageElementAttrs Enumeration

Attributes that apply to PageElements

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PageElementAttrs
Members
  Member nameValueDescription
Disabled1This element is disabled and will not be loaded.
AppendParentDescription2In a subform, the parent description should be appended to the element's caption.
NoCount4Do not append the count to the element's caption.
MultiAdd8This mapper supports Multi-add.
Hidden16This element is hidden and will not be displayed.
TenantSpecific32This page element is tenant-specific and access must be explicitly granted.
NoTitleCase64The caption of this link should not be forced to use Title Case when implict vocabulary is being used.
AllowDuplicates128When multi-add is used to add records, by default existing related records are omitted. Set this to allow duplicates.
NoPaging256Do not include current paging information (including record count) in the caption. This generally applies to lists only.
HtmlCaption512The caption may include HTML and should not be escaped.
See Also