StepProgressBarItem.Progress Property
Gets or sets the current progress towards this item.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
See Also