Click or drag to resize

WizEditListOptions Enumeration

Wizard editable list page options.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum WizEditListOptions
Members
  Member nameValueDescription
AllowNewRecord1Allow new items to be created via a dynamically added insertion row in the list.
ProvideCancelLink2Provide a cancel link on the list to allow cancellation of unsaved changes.
ProvideSaveLink4Provide a save link on the list to allow saving list edits without moving to the next page in the wizard.
SelectiveEdit8In order to edit record(s), require the user to select the record(s) to edit and click the Edit button.
AlwaysShowHeaders16The list header row should always be displayed even where there is no data.
AllowMultiNew32 Allow multiple new items to be created via dynamically added insertion rows in the list. Requires that the AllowNewRecord attribute also be set.
See Also