Click or drag to resize

CellLinkAttrs Enumeration

Cell attributes specific to Link cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellLinkAttrs
Members
  Member nameValueDescription
ButtonInDetail1Present this cell as a button in detail views.
ButtonInList2Present this cell as a button in list views.
ValueAsLinkText8The field's value (rather than its caption) should be used as the link text.
BlankTarget16 The results of the link should be opened in a new tab/window. For an HTML anchor tag this means setting the target attribute to "_blank". For other values, you can set the field's Link_TargetFrame property.
See Also