Table of Contents

Enum StepAction

Namespace
MudBlazor
Assembly
MudBlazor.dll

Indicates the requested behavior of a button in a MudStepper component.

public enum StepAction
Extension Methods

Fields

Activate = 0

A request to activate a step.

Complete = 1

A request to complete the last step.

Reset = 3

A request to start over at the first step.

Skip = 2

A request to skip the current step.

Remarks

Typically called during OnPreviewInteraction to ask whether step change should be allowed.