Class
RadWizard

A simple control wrapper for the Wizard Control.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public class RadWizard : HtmlContainerControl

Inheritance: objectControlHtmlControlHtmlContainerControlRadWizard

Inherited Members HtmlContainerControl.TextContentHtmlContainerControl.InnerTextHtmlControl.FindParentContainer<TContainerControl>()HtmlControl.ValidateTag(string)HtmlControl.ValidateControl()HtmlControl.ParseResponseValue<T>(string, T)HtmlControl.GetAttributeAsString(string)HtmlControl.InitializeMappings(MappingsCollection)HtmlControl.GetRectangle()HtmlControl.IsVisible()HtmlControl.GetStyleValue(string)HtmlControl.GetStyle(string)HtmlControl.GetComputedStyleValue(string)HtmlControl.GetComputedStyle(string)HtmlControl.Parent<TContainerControl>()HtmlControl.Capture()HtmlControl.Capture(string, string)HtmlControl.Capture(string)HtmlControl.InvokeEvent(ScriptEventType)HtmlControl.InvokeEvent(ScriptEventType, bool)HtmlControl.InvokeEvent(ScriptEvent)HtmlControl.InvokeEvent(ScriptEvent, bool)HtmlControl.AddEventListener(string, EventHandler<JavascriptEventArgs>)HtmlControl.RemoveEventListener(string, EventHandler<JavascriptEventArgs>)HtmlControl.MouseClick()HtmlControl.MouseClick(MouseClickType)HtmlControl.MouseClick(MouseClickType, int, int)HtmlControl.MouseClick(MouseClickType, Point, OffsetReference)HtmlControl.MouseClick(MouseClickType, int, int, OffsetReference)HtmlControl.MouseHover()HtmlControl.MouseHover(Point)HtmlControl.MouseHover(int, int)HtmlControl.MouseHover(int, int, OffsetReference)HtmlControl.Click()HtmlControl.Click(bool)HtmlControl.ScrollToVisible()HtmlControl.ScrollToVisible(ScrollToVisibleType)HtmlControl.ScrollToVisible(ScrollToVisibleType, Rectangle)HtmlControl.Download(bool, DownloadOption, string, int)HtmlControl.CallMethod(string)HtmlControl.CallMethod<T>(string)HtmlControl.CallMethod<T>(string, T)HtmlControl.GetValue<T>(string)HtmlControl.GetValue<T>(string, T)HtmlControl.GetValue<T>(string, bool)HtmlControl.GetValue<T>(string, bool, T)HtmlControl.SetValue<T>(string, T)HtmlControl.SetValue<T>(string, T, bool)HtmlControl.Focus()HtmlControl.DragTo(OffsetReference, Point, int, int)HtmlControl.DragTo(OffsetReference, int, int, Rectangle, OffsetReference, int, int)HtmlControl.DragTo(Point)HtmlControl.DragTo(int, int)HtmlControl.DragTo(HtmlControl)HtmlControl.DragTo(HtmlControl, OffsetReference, Point)HtmlControl.DragTo(OffsetReference, Point, HtmlControl)HtmlControl.DragTo(OffsetReference, Point, HtmlControl, OffsetReference, Point)HtmlControl.DragTo(OffsetReference, int, int, bool, HtmlControl, OffsetReference, int, int, bool)HtmlControl.DragToWindowLocation(OffsetReference, int, int, bool, OffsetReference, int, int, bool)HtmlControl.ToString()HtmlControl.AsjQueryControl()HtmlControl.GetElementByTagNameClientSideLocatorHtmlControl.GetElementByIdClientSideLocatorHtmlControl.FindHtmlControl.ScrollTopHtmlControl.ScrollLeftHtmlControl.WaitHtmlControl.IDHtmlControl.CssClassHtmlControl.AttributesHtmlControl.MappingsHtmlControl.StylesHtmlControl.EventsHtmlControl.TagNameHtmlControl.ChildNodesHtmlControl.IsActiveElementHtmlControl.IsEnabledControl.Refresh()Control.AssignFailed(Exception)Control.SetTelerikComponentsVersion(TelerikComponentsVersion?)Control.MatchControl(Element, FindParam)Control.GetFamilyElement(int, Element)Control.ThrowOnInvalidAssignmentControl.TelerikComponentsVersionControl.IsRefreshControl.BaseElementControl.OwnerBrowserControl.Locator

Constructors

RadWizard()

Initializes a new instance of the Wizard class.

Declaration

cs-api-definition
public RadWizard()

RadWizard(Element)

Initializes a new instance of the Wizard class.

Declaration

cs-api-definition
public RadWizard(Element element)

Parameters

element

Element

Properties

ActiveIndex

Returns/Sets the active step index.

Declaration

cs-api-definition
public int ActiveIndex { get; set; }

Property Value

int

ActiveStep

Returns/Sets active RadWizardStep object.

Declaration

cs-api-definition
public RadWizardStep ActiveStep { get; set; }

Property Value

RadWizardStep

CancelButton

Get the Cancel button.

Declaration

cs-api-definition
public HtmlButton CancelButton { get; }

Property Value

HtmlButton

ClientSideLocator

Get the locator FindParam.

Declaration

cs-api-definition
public override string ClientSideLocator { get; }

Property Value

string

Overrides HtmlControl.ClientSideLocator

FinishButton

Get the Finish button.

Declaration

cs-api-definition
public HtmlButton FinishButton { get; }

Property Value

HtmlButton

History

Returns an array of indexes of the steps that have been activated.

Declaration

cs-api-definition
public int[] History { get; }

Property Value

int[]

LocatorExpression

Get the FindParam that defines the pattern for searching the Wizard control.

Declaration

cs-api-definition
public override IFindExpression LocatorExpression { get; }

Property Value

IFindExpression

Overrides Control.LocatorExpression

NavigationBar

Get the RadWizard NavigationBar.

Declaration

cs-api-definition
public HtmlUnorderedList NavigationBar { get; }

Property Value

HtmlUnorderedList

NavigationBarPosition

RadWizard NavigationBar position.

Declaration

cs-api-definition
public WizardBarPosition NavigationBarPosition { get; }

Property Value

WizardBarPosition

NavigationButtons

Get the RadWizard NavigationButtons.

Declaration

cs-api-definition
public HtmlUnorderedList NavigationButtons { get; }

Property Value

HtmlUnorderedList

NextButton

Get the Next button.

Declaration

cs-api-definition
public HtmlButton NextButton { get; }

Property Value

HtmlButton

PreviousActiveStepIndex

Returns/Sets the previous active step index.

Declaration

cs-api-definition
public int PreviousActiveStepIndex { get; }

Property Value

int

PreviousButton

Get the Previous button.

Declaration

cs-api-definition
public HtmlButton PreviousButton { get; }

Property Value

HtmlButton

ProgressBar

Get the RadWizard ProgressBar.

Declaration

cs-api-definition
public HtmlDiv ProgressBar { get; }

Property Value

HtmlDiv

ProgressBarPosition

RadWizard ProgressBar position.

Declaration

cs-api-definition
public WizardBarPosition ProgressBarPosition { get; }

Property Value

WizardBarPosition

ProgressPercent

Returns/Sets the current RadWizard level of completion.

Declaration

cs-api-definition
public int ProgressPercent { get; set; }

Property Value

int

RenderMode

Render mode of RadWizard.

Declaration

cs-api-definition
public RenderMode RenderMode { get; }

Property Value

RenderMode

Steps

Get the list of wizard steps.

Declaration

cs-api-definition
public IList<RadWizardStep> Steps { get; }

Property Value

IList<RadWizardStep>

areNavigationButtonsVisible

Get whether the NavigationButtons are visible.

Declaration

cs-api-definition
public bool areNavigationButtonsVisible { get; }

Property Value

bool

isCancelButtonVisible

Get whether the Cancel button is visible.

Declaration

cs-api-definition
public bool isCancelButtonVisible { get; }

Property Value

bool

isFinishButtonVisible

Get whether the Finish button is visible.

Declaration

cs-api-definition
public bool isFinishButtonVisible { get; }

Property Value

bool

isNavigationBarVisible

Get whether the NavigationBar is visible.

Declaration

cs-api-definition
public bool isNavigationBarVisible { get; }

Property Value

bool

isNextButtonVisible

Get whether the Next button is visible.

Declaration

cs-api-definition
public bool isNextButtonVisible { get; }

Property Value

bool

isPreviousButtonVisible

Get whether the Previous button is visible.

Declaration

cs-api-definition
public bool isPreviousButtonVisible { get; }

Property Value

bool

isProgressBarVisible

Get whether the ProgressBar is visible.

Declaration

cs-api-definition
public bool isProgressBarVisible { get; }

Property Value

bool

Methods

AddCssClass(string)

Method that adds a CSSClass to RadWizard

Declaration

cs-api-definition
public void AddCssClass(string cssClass)

Parameters

cssClass

string

AssignElement(Element)

Assign the control element.

Declaration

cs-api-definition
public override void AssignElement(Element e)

Parameters

e

Element

Overrides HtmlContainerControl.AssignElement(Element)

ClickCancel()

Click Cancel button.

Declaration

cs-api-definition
public void ClickCancel()

ClickFinish()

Click Finish button.

Declaration

cs-api-definition
public void ClickFinish()

ControlAssert()

Get RadControlAssert instance initialized for this control.

Declaration

cs-api-definition
public RadControlAssert ControlAssert()

Returns

RadControlAssert

RadControlAssert instance initialized for this control.

FindItems(Predicate<RadWizardStep>)

Get a list of items matching the given predicate.

Declaration

cs-api-definition
public IList<RadWizardStep> FindItems(Predicate<RadWizardStep> predicate)

Parameters

predicate

Predicate<RadWizardStep>

The predicate, i.e. (item => item.Text == myText).

Returns

IList<RadWizardStep>

The items matching the given predicate.

GoToNextStep()

Go to the Next step.

Declaration

cs-api-definition
public void GoToNextStep()

GoToPreviousStep()

Go to the Previous step.

Declaration

cs-api-definition
public void GoToPreviousStep()

RemoveCssClass(string)

Method that removes a CSSClass from RadWizard

Declaration

cs-api-definition
public void RemoveCssClass(string cssClass)

Parameters

cssClass

string