Click or drag to resize

CellMapperSummaryAttrs Enumeration

Cell attributes specific to MapperSummary cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellMapperSummaryAttrs
Members
  Member nameValueDescription
DoNotSetSummaryToFieldValue1 When set, the summary HTML is only generated when the field's DisplayText is requested and never set as the field value. This prevents double-generation of the summary HTML.
AllowSummaryNesting2 When set, the default exclusion of mapper summaries from being nested in another mapper summary is suppressed. CAUTION: This may lead to infinite recursion under certain conditions.
See Also