Click or drag to resize

WizardSummaryFlags Enumeration

Flags used to control the behaviour of the wizard summary. The enum is based on the HTMLSummaryFlags, but includes only a subset of those enumeration items and includes several with the opposite sense such that the typically desired wizard behaviour results when no flags are set.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum WizardSummaryFlags
Members
  Member nameValueDescription
Vertical2Current or first data row will be laid out in a vertical orientation (applies to detail views only).
IncludeBlankValues256Include blank values in the summary (applies to detail views only).
IncludeDefaultValues512Include default values in the summary (applies to detail views only).
IncludeUnlockedFields1024Include unlocked fields (applies to detail views only).
InlinePresentation65536Present the summary in a simple, inline format.
CopyFlags258Flags that map directly to their corresponding bits in HTMLSummaryFlags.
InvertFlags1536Flags that map directly to their corresponding bits in HTMLSummaryFlags, but with inverted sense.
See Also