Click or drag to resize

HoverSummaryFlags Enumeration

Options for use with HoverSummaryScript.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum HoverSummaryFlags
Members
  Member nameValueDescription
UseProvidedValue1Specifies that the HoverSummaryScript should be generated using the passed value rather than the current field value.
IfShowHoverSummary2 By default a HoverSummary script will be returned if one can be generated even if the field does not have its HoverSummary enabled. Specify this flag if you want a script returned only when the HoverSummary is enabled for the field. Currently a HoverSummary is enabled if the field's ShowHoverSummary attribute is set, but other factors may also come into play.
See Also