Enum
StepProgressMode

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.

Declaration

cs-api-definition
Independent = 2

Field Value

StepProgressMode

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.

Declaration

cs-api-definition
Linear = 0

Field Value

StepProgressMode

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.

Declaration

cs-api-definition
Single = 1

Field Value

StepProgressMode

In this article
DefinitionFieldsIndependentLinearSingle
Not finding the help you need?
Contact Support