Enum StepperStatus
Specifies the status of a step within the SfStepper component.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public enum StepperStatus
Fields
| Name | Description |
|---|---|
| Completed | Represents a step that has been completed. |
| InProgress | Represents a step that is currently in progress. |
| NotStarted | Represents a step that has not yet been started. |