WizardStepType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Type of RadWizardStep predefined layout and functionality.

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public enum WizardStepType
Members

  Member nameValueDescription
Auto0 (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).
Complete1 Displays a summary of the task performed after the Finish button has been clicked from the Finish step.
Finish2 Type of RadWizardStep that includes Previous, and Finish buttons
Start3 Type of RadWizardStep that includes just a Next button.
Step4 Type of RadWizardStep that includes both a Next and Previous button.
See Also

Reference