Class StepStatus
Specifies the StepViewItem status.
Inheritance
System.Object
StepStatus
Namespace: Syncfusion.UI.Xaml.ProgressBar
Assembly: Syncfusion.SfProgressBar.WPF.dll
Syntax
public sealed class StepStatus : Enum
Fields
Active
Denotes the active status of step view item.
Declaration
public const StepStatus Active
Field Value
Type |
---|
StepStatus |
Inactive
Denotes the inactive status of step view item.
Declaration
public const StepStatus Inactive
Field Value
Type |
---|
StepStatus |
Indeterminate
Denotes the indeterminate status of step view item.
Declaration
public const StepStatus Indeterminate
Field Value
Type |
---|
StepStatus |