Enum
WizardStepType

Type of RadWizardStep predefined layout and functionality.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum WizardStepType

Fields

Auto

(the default) the rendered navigation buttons are automatically determined based on the index of the step itself as follows: the first step in the wizard is assumed to be the Start step, the last step the Finish step, and all other steps are considered Step steps; no step is automatically considered a Complete step (if you want a Complete step, it must be explicitly specified).

Declaration

cs-api-definition
Auto = 0

Field Value

WizardStepType

Complete

Displays a summary of the task performed after the Finish button has been clicked from the Finish step.

Declaration

cs-api-definition
Complete = 1

Field Value

WizardStepType

Finish

Type of RadWizardStep that includes Previous, and Finish buttons

Declaration

cs-api-definition
Finish = 2

Field Value

WizardStepType

Start

Type of RadWizardStep that includes just a Next button.

Declaration

cs-api-definition
Start = 3

Field Value

WizardStepType

Step

Type of RadWizardStep that includes both a Next and Previous button.

Declaration

cs-api-definition
Step = 4

Field Value

WizardStepType

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