Skip to main content
A newer version of this page is available. .
All docs
V20.2

StepProgressBarItem.Progress Property

Gets or sets the current progress towards this item.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
public int Progress { get; set; }

Property Value

Type Description
Int32

The progress towards this item. A value between 0 and 100.

Remarks

Use this property to partially fill a connector between neighboring items. In the following picture, the progress of first two items is 100, the third is 40, and the last item is zero.

partial item selection in step progress bar

See Also