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 = 0A request to activate a step.
Complete = 1A request to complete the last step.
Reset = 3A request to start over at the first step.
Skip = 2A request to skip the current step.
Remarks
Typically called during OnPreviewInteraction to ask whether step change should be allowed.