EnumWizardStepType
Type of RadWizardStep predefined layout and functionality.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
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).
Complete
Displays a summary of the task performed after the Finish button has been clicked from the Finish step.
Finish
Type of RadWizardStep that includes Previous, and Finish buttons
Start
Type of RadWizardStep that includes just a Next button.
Step
Type of RadWizardStep that includes both a Next and Previous button.