Click or drag to resize

MapperSummaryAttrs Enumeration

Options controlling how a MapperSummary component (not a MapperSummary field) renders its summary.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum MapperSummaryAttrs
Members
  Member nameValueDescription
CaptionPaging1Include paging information in the summary caption.
RenderPerOrder2 Render the summary according to the PageElementInfo Order. When not specified summary is rendered during first page render. When set, summary is rendered when rendering the first wizard page whose Order is >= the summary's Order. Note also that if the user backs up to a previous page and makes chanages, the summary is invalidated and rerendered using the same rule.
See Also