Click or drag to resize

CellUrlAttrs Enumeration

Cell attributes specific to Url cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellUrlAttrs
Members
  Member nameValueDescription
LinkOnly1Render field with link only, no TextBox allowing user editing of URL.
NoPopup2Do not pop up a new window as the target for navigation, navigate in place.
NoNavIcon4Do not show a navigation icon for popup or external links.
CaptionInList8The field's caption should be used as the link text in lists.
See Also