Each step of the TWizard is specified by one TWizardStep component.
Class Details
[line 43]
Each step of the TWizard is specified by one TWizardStep component.
A wizard step can be of type "Auto" or "Final" be specifying the Type property. The "Final" step type should be the very last step of the form to show a final confirmation/"Thank you" note. All other steps should be of Type="Auto". The Title property is by default used by the Navigation side bar as the name of the links to each form.
TWizardStep should be used within a TWizard component.
Namespace: System.Web.UI.WebControls
Properties
Type, string,
Gets or sets the step type. Valid types are
"Auto" and "Final".
Title, string,
Gets or sets the title for this wizard step.