Back to Devexpress

StepProgressBarItem.Progress Property

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbaritem-d1bd3645.md

latest1.4 KB
Original Source

StepProgressBarItem.Progress Property

Gets or sets the current progress towards this item.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public int Progress { get; set; }
vb
<DXCategory("Behavior")>
Public Property Progress As Integer

Property Value

TypeDescription
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.

See Also

StepProgressBarItem Class

StepProgressBarItem Members

DevExpress.XtraEditors Namespace