Class StepperStatus
Specifies the status of a step within the SfStepper component.
Inheritance
System.Object
StepperStatus
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class StepperStatus : Enum
Fields
Completed
Represents a step that has been completed.
Declaration
public const StepperStatus Completed
Field Value
Type |
---|
StepperStatus |
InProgress
Represents a step that is currently in progress.
Declaration
public const StepperStatus InProgress
Field Value
Type |
---|
StepperStatus |
NotStarted
Represents a step that has not yet been started.
Declaration
public const StepperStatus NotStarted
Field Value
Type |
---|
StepperStatus |