Property BackButton
BackButton
If the CurrentStep is not the first step in the wizard, this button causes the MovingBack event to be fired and the wizard moves to the previous step.
public Button BackButton { get; }
Property Value
Remarks
Use the MovingBack event to be notified when the user attempts to go back.