Skip to main content
All docs
V25.1
  • StepProgressBarItem.Progress Property

    Gets or sets the current progress towards this item.

    Namespace: DevExpress.XtraEditors

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