Back to Devexpress

StepProgressBar.CompletePreviousStepsOnSelection Property

wpf-devexpress-dot-xpf-dot-controls-dot-stepprogressbar-d4cec174.md

latest1.3 KB
Original Source

StepProgressBar.CompletePreviousStepsOnSelection Property

Gets or sets whether to change the state of previous items to Completed, once an 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 bool CompletePreviousStepsOnSelection { get; set; }
vb
Public Property CompletePreviousStepsOnSelection As Boolean

Property Value

TypeDescription
Boolean

true to change the state of previous items to Completed, once an item is selected; otherwise, false.

|

See Also

SelectedItemState

StepProgressBar Class

StepProgressBar Members

DevExpress.Xpf.Controls Namespace