Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.17 KB

radwizardstepcollection-object.md

File metadata and controls

29 lines (21 loc) · 1.17 KB
title page_title description slug tags published position
RadWizardStepCollection Object
RadWizardStepCollection Object - RadWizard
Check our Web Forms article about RadWizardStepCollection Object.
wizard/client-side-programming/radwizardstepcollection-object
radwizardstepcollection,object
true
3

RadWizardStepCollection Object

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

caption 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.