Enum WizardNavigationState
Defines the current state of the Wizard navigation.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum WizardNavigationState
Fields
Name | Description |
---|---|
AllowBack | Navigation to previous WizardPage is allowed. |
AllowCancel | Cancel Navigation WizardPage is allowed. |
AllowNext | Navigation to next WizardPage is allowed. |
None | default value |
RejectBack | Navigation to previous WizardPage is rejected. |
RejectCancel | Cancel Navigation WizardPage is rejected. |
RejectNext | Navigation to next WizardPage is rejected. |