Skip to main content
All docs
V23.2

StateChangedEventArgs.NewState Property

Gets the new item state.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public StepProgressBarItemState NewState { get; }

Property Value

Type Description
StepProgressBarItemState

The new 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