Enum StepStatus
Specifies the StepViewItem status.
Namespace: Syncfusion.UI.Xaml.ProgressBar
Assembly: Syncfusion.SfProgressBar.WPF.dll
Syntax
public enum StepStatus
Fields
| Name | Description |
|---|---|
| Active | Denotes the active status of step view item. |
| Inactive | Denotes the inactive status of step view item. |
| Indeterminate | Denotes the indeterminate status of step view item. |