Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

StepProgressBarItem.Progress Property

Gets or sets the current progress towards this item.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.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