EnumStepProgressMode
Enum
Determines how the steps are related with regard to their progress.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public enum StepProgressMode
Fields
Independent
Setting the progress of a step does not affect the other steps. The progress of all steps is set indivdually.
Linear
Setting the progress of a step affects the other steps. 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 after the given step changes to 0.
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.