StepProgressBar.SelectedItemState Property
Gets or sets the state applied to an item once this item is selected. This is a dependency property.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v25.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
| Type | Description |
|---|---|
| StepProgressBarItemState | The state applied to an item once this item is selected. |
Available values:
| Name | Description |
|---|---|
| NotStarted | The progress bar item state before it starts. |
| Indeterminate | The indeterminate item. |
| Completed | The completed item. |
See Also