Step Progress Mode
The RadStepProgressBar control allows you to change how its steps are related to each other. In the general case, setting the progress of a step will complete all prior steps. This behavior can be change throught the StepProgressBar property of the control. This property is an enumeration and its values are listed below:
Linear
Setting the progress of a given step changes the progress of all items prior to the step to 100. The progress of the items after the given step changes to 0. The following example demonstrates how the Progress of the third step is set to 80. This automatically sets the progress of all prior steps to 100. This is the default progress mode.
Single
Setting the progress of a step affects the other steps. Setting the progress of a given step changes the progress of all other steps to 0. The following example demonstrates how the Progress of the fourth step is set to 50. This automatically reset the progress of all steps to 0. The last step which has a Progress set will be used as a current step.
In Single and Independent mode, the progress is not indicated inside the connection.
Independent
Setting the progress of a step does not affect the other steps. The progress of all steps is set individually.
In Single and Independent mode, the progress is not indicated inside the connection.