Skip to main content
All docs
V23.2

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public StepProgressBarItemState SelectedItemState { get; set; }

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