Method GetPreviousStep
GetPreviousStep()
Gets the previous enabled step before CurrentStep.
public WizardStep? GetPreviousStep()
Returns
- WizardStep
The previous enabled step, or null if none exists.
Remarks
Disabled steps are automatically skipped.