Class StepStatus
Enumeration specifying the various status of step view.
Inheritance
System.Object
StepStatus
Namespace: Syncfusion.XForms.ProgressBar
Assembly: Syncfusion.SfProgressBar.XForms.dll
Syntax
public sealed class StepStatus : Enum
Fields
Completed
The step has completed.
Declaration
public const StepStatus Completed
Field Value
Type |
---|
StepStatus |
InProgress
The step is in progress.
Declaration
public const StepStatus InProgress
Field Value
Type |
---|
StepStatus |
NotStarted
The step was not started.
Declaration
public const StepStatus NotStarted
Field Value
Type |
---|
StepStatus |