New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

RadWizardStepCollection Object

The RadWizardStepCollection client-side object exposes the following public methods and properties to control its behavior:

RadWizardStepCollection Client-Side Methods

Name Parameters Return Type Description
getWizardStep int Telerik.Web.UI.RadWizardStep Returns the step with an index sent as parameter.
add Telerik.Web.UI.RadWizardStep Adds a RadWizardStep to the collection of steps.
insert int, RadWizardStep Inserts a RadWizard step on specific index.
remove Telerik.Web.UI.RadWizardStep Removes a RadWizardStep from the steps collection.
removeAt int Removes a RadWizardStep at specific index.
get_count int Returns the count the steps in the RadWizard control.
In this article