StateChangedEventArgs.OldState Property
Gets the old item state.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
StepProgressBarItemState | The old item state. |
Available values:
Name | Description |
---|---|
NotStarted | The progress bar item state before it starts. |
Indeterminate | The indeterminate item. |
Completed | The completed item. |
See Also