WizPageAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
ShowSummary | 1 | The page should show a wizard summary on the page. By default this is a cumulative summary. | |
SummaryShowPrimaryOnly | 2 | For the summary, show only the primary instance summary (requires ShowSummary). | |
SummaryShowCurrentPage | 4 | For the summary, includes the current page summary even if it is not the primary instance (requires ShowSummary). | |
SummaryOmitPage | 8 | Do not make this page's summary, if any, available for use on other pages. Set NoSummary to suppress all summaries. | |
SummaryHidePrimary | 16 | For the summary, do not show the primary instance summary. | |
SummaryInitOpen | 32 | This page's summary should be open initially. | |
CreateNew | 64 | This page always creates new records. | |
InvalidatesLaterPages | 128 | Changes to this page invalidates data enterred in later pages. Set the InvalidatingFields property to limit this. | |
SummaryShowUnselected | 256 | Include unselected items in summary. Applies to list pages with selectors only. | |
ShowMapperCommands | 512 | Expose MapperCommand commands on the page. | |
StrictMode | 1024 | This page should be run in the 'strict' security mode. See IsStrictMode. | |
StepBarIfUsed | 2048 | This page should only be shown in the StepBar once the page has used. Applies only when the wizard's ShowStepBar attribute is set. | |
SaveOnNext | 4096 | WARNING: PARTIALLY IMPLEMENTED -- CANNOT BE USED WITH STANDARD WIZARD FINAL SAVE. This page should save as soon as the user moves to the next page (and not wait until wizard finish). | |
ValidateVisibleOnly | 8192 | Do not perform client-side validation on controls in hidden panes. This allows client side hide/show. | |
ExistingRecord | 16384 | This page hosts an existing record rather than creating a new record. It should update values rather than insert. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.