Back to Devexpress

StepProgressBar.SelectedItemState Property

wpf-devexpress-dot-xpf-dot-controls-dot-stepprogressbar-8332687b.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public StepProgressBarItemState SelectedItemState { get; set; }
vb
Public Property SelectedItemState As StepProgressBarItemState

Property Value

TypeDescription
StepProgressBarItemState

The state applied to an item once this item is selected.

|

Available values:

NameDescription
NotStarted

The progress bar item state before it starts.

| | Indeterminate |

The indeterminate item.

| | Completed |

The completed item.

|

See Also

CompletePreviousStepsOnSelection

StepProgressBar Class

StepProgressBar Members

DevExpress.Xpf.Controls Namespace