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