Property CurrentStep
CurrentStep
Gets or sets the currently displayed step.
public WizardStep? CurrentStep { get; set; }
Property Value
Remarks
Setting this property calls GoToStep(WizardStep?) and may be canceled via StepChanging.
Gets or sets the currently displayed step.
public WizardStep? CurrentStep { get; set; }
Setting this property calls GoToStep(WizardStep?) and may be canceled via StepChanging.