Enum WizardProgressMode
determines how the processing of Next/Back in the wizard will be handled
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum WizardProgressMode
  Fields
| Name | Description | 
|---|---|
| AsynchronousProgress | The asynchronous progress. When the bound Next/back command is executed, the progress is not changed. The context needs invoke a manual progress request.  | 
      
| SynchronousProgress | The synchronous progress. When the bound Next/Back command is executed, progressing is triggered when the command completed successfully.  |