StepProgressMode
Enum
Determines how the steps are related with regard to their progress.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum StepProgressMode
Fields
Setting the progress of a step does not affect the other steps. The progress of all steps is set indivdually.
C#
Independent = 2
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.
C#
Linear = 0
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.
C#
Single = 1