New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

RadWizardStep Object

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

RadWizardStep Client-Side Methods

NameParametersReturn TypeDescription
get_activeBooleanReturns whether this RadWizardStep is current RadWizard active step.
set_activeBooleanSets a boolean value indicating whether the RadWizardRenderedStep is active.
activateSets active the RadWizardRenderedStep.
deactivateSets inactive the RadWizardRenderedStep.
get_indexintReturns the RadWizardStep index.
get_idStringGets the id of the step.
set_idStringSets the id of the step.
get_stepTypeintReturns the step type. The RadWizardStep type can be: 0 - Auto; 1 - Complete; 2 - Finish; 3 - Start; 4 - Step.
set_stepTypeTelerik.Web.UI.WizardStepTypeSets WizardStepType of the step.
get_titlestringReturns the text printed for the RadWizardStep.
set_titleStringSets a string value of the title.
get_wizardRadWizardReturns the instance of the RadWizard control.
set_wizardRadWizardSets the parent RadWizard control.
get_enabledBoolGets a boolean value indicating whether the RadWizardRenderedStep is enabled.
set_enabledBoolSets a boolean value indicating whether the RadWizardRenderedStep is enabled.
disableDisables the RadWizardStep.
enableEnables the RadWizardStep.
hideHides the RadWizardStep content.
showShows the RadWizardStep content.
get_elementHTMLElementGets the HTMLElement of the step.
get_navigationBarButtonElementHTMLElementGets the HTMLElement of the corresponding navigationBar button.
get_navigationBarLinkElementHTMLElementGets the HTMLElement of the corresponding navigationBar link.
get_imageElementHTMLElementGets the HTMLElement of the corresponding image element.
get_textElementHTMLElementGets the HTMLElement of the corresponding text element.
get_allowReturnBooleanGets a boolean value indicating whether the RadWizardRenderedStep is allowed to be returned to.
set_allowReturnBooleanSets a boolean value indicating whether the RadWizardRenderedStep is allowed to be returned to.
get_displayCancelButtonBooleanGets a boolean value indicating whether the cancel button of the RadWizardRenderedStep should be displayed.
set_displayCancelButtonBooleanSets a boolean value indicating whether the cancel button of the RadWizardRenderedStep should be displayed.
get_causesValidationBoolGets a boolean value indicating whether the RadWizardRenderedStep should cause validation.
set_causesValidationBoolSets a boolean value indicating whether the RadWizardRenderedStep should cause validation.
get_validationGroupStringGets a string value of the validations group of the step.
set_validationGroupStringSets a string value of the validations group of the step.
get_cssClassStringGets a string value of the cssClass.
set_cssClassStringSets a string value of the cssClass.
get_toolTipStringGets a string value of the toolTip.
set_toolTipStringSets a string value of the toolTip.
get_imageUrlStringGets a string value of the ImageUrl.
set_imageUrlStringSets a string value of the ImageUrl.
get_activeImageUrlStringGets a string value of the active ImageUrl.
set_activeImageUrlStringSets a string value of the active ImageUrl.
get_disabledImageUrlStringGets a string value of the disabled ImageUrl.
set_disabledImageUrlStringSets a string value of the disabled ImageUrl.
get_hoveredImageUrlStringGets a string value of the hovered ImageUrl.
set_hoveredImageUrlStringSets a string value of the hovered ImageUrl.
Not finding the help you need?
Contact Support