Enum
StepProgressStatus

Provides information of the current progress status of the step item.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum StepProgressStatus

Fields

Completed

The job has been completed.

Declaration

cs-api-definition
Completed = 2

Field Value

StepProgressStatus

InProgress

Work has been started, there is some progress.

Declaration

cs-api-definition
InProgress = 1

Field Value

StepProgressStatus

NotStarted

Work has not started, there is no progress.

Declaration

cs-api-definition
NotStarted = 0

Field Value

StepProgressStatus

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