WizEditListOptions Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
AllowNewRecord | 1 | Allow new items to be created via a dynamically added insertion row in the list. | |
ProvideCancelLink | 2 | Provide a cancel link on the list to allow cancellation of unsaved changes. | |
ProvideSaveLink | 4 | Provide a save link on the list to allow saving list edits without moving to the next page in the wizard. | |
SelectiveEdit | 8 | In order to edit record(s), require the user to select the record(s) to edit and click the Edit button. | |
AlwaysShowHeaders | 16 | The list header row should always be displayed even where there is no data. | |
AllowMultiNew | 32 | Allow multiple new items to be created via dynamically added insertion rows in the list. Requires that the AllowNewRecord attribute also be set. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.