RadWizard
A simple control wrapper for the Wizard Control.
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
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
Initializes a new instance of the Wizard class.
Initializes a new instance of the Wizard class.
Declaration
public RadWizard(Element element)
Parameters
Element
Returns/Sets the active step index.
Declaration
public int ActiveIndex { get; set; }
Property Value
int
Returns/Sets active RadWizardStep object.
Declaration
public RadWizardStep ActiveStep { get; set; }
Property Value
RadWizardStep
Declaration
public HtmlButton CancelButton { get; }
Property Value
HtmlButton
Get the locator FindParam.
Declaration
public HtmlButton FinishButton { get; }
Property Value
HtmlButton
Returns an array of indexes of the steps that have been activated.
Declaration
public int[] History { get; }
Property Value
int[]
Get the FindParam that defines the pattern for searching the Wizard control.
Get the RadWizard NavigationBar.
Declaration
public HtmlUnorderedList NavigationBar { get; }
Property Value
HtmlUnorderedList
RadWizard NavigationBar position.
Declaration
public WizardBarPosition NavigationBarPosition { get; }
Property Value
WizardBarPosition
Get the RadWizard NavigationButtons.
Declaration
public HtmlUnorderedList NavigationButtons { get; }
Property Value
HtmlUnorderedList
Declaration
public HtmlButton NextButton { get; }
Property Value
HtmlButton
Returns/Sets the previous active step index.
Declaration
public int PreviousActiveStepIndex { get; }
Property Value
int
Declaration
public HtmlButton PreviousButton { get; }
Property Value
HtmlButton
Get the RadWizard ProgressBar.
Declaration
public HtmlDiv ProgressBar { get; }
Property Value
HtmlDiv
RadWizard ProgressBar position.
Declaration
public WizardBarPosition ProgressBarPosition { get; }
Property Value
WizardBarPosition
Returns/Sets the current RadWizard level of completion.
Declaration
public int ProgressPercent { get; set; }
Property Value
int
Render mode of RadWizard.
Declaration
public RenderMode RenderMode { get; }
Property Value
RenderMode
Get the list of wizard steps.
Declaration
public IList<RadWizardStep> Steps { get; }
Property Value
IList<RadWizardStep>
Get whether the NavigationButtons are visible.
Declaration
public bool areNavigationButtonsVisible { get; }
Property Value
bool
Get whether the Cancel button is visible.
Declaration
public bool isCancelButtonVisible { get; }
Property Value
bool
Get whether the Finish button is visible.
Declaration
public bool isFinishButtonVisible { get; }
Property Value
bool
Get whether the NavigationBar is visible.
Declaration
public bool isNavigationBarVisible { get; }
Property Value
bool
Get whether the Next button is visible.
Declaration
public bool isNextButtonVisible { get; }
Property Value
bool
Get whether the Previous button is visible.
Declaration
public bool isPreviousButtonVisible { get; }
Property Value
bool
Get whether the ProgressBar is visible.
Declaration
public bool isProgressBarVisible { get; }
Property Value
bool
Method that adds a CSSClass to RadWizard
Declaration
public void AddCssClass(string cssClass)
Parameters
string
Assign the control element.
Declaration
public void ClickCancel()
Declaration
public void ClickFinish()
Get RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert
RadControlAssert instance initialized for this control.
Get a list of items matching the given predicate.
Declaration
public IList<RadWizardStep> FindItems(Predicate<RadWizardStep> predicate)
Parameters
Predicate<RadWizardStep>
The predicate, i.e. (item => item.Text == myText).
Returns
IList<RadWizardStep>
The items matching the given predicate.
Declaration
public void GoToNextStep()
Declaration
public void GoToPreviousStep()
Method that removes a CSSClass from RadWizard
Declaration
public void RemoveCssClass(string cssClass)
Parameters
string