RadWizardStep
Class
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
C#
public class RadWizardStep : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadWizardStep
Inherited Members
Constructors
C#
public RadWizardStep()
Properties
C#
public string ActiveImageUrl { get; set; }
C#
public bool AllowReturn { get; set; }
C#
public bool CausesValidation { get; set; }
C#
public override string ClientSideLocator { get; }
Overrides:
C#
public string DisabledImageUrl { get; set; }
C#
public bool DisplayCancelButton { get; set; }
C#
public string HoveredImageUrl { get; set; }
C#
public bool isNavigationBarButtonElementVisible { get; }
C#
public override IFindExpression LocatorExpression { get; }
Overrides:
C#
public HtmlListItem NavigationBarButtonElement { get; }
C#
public HtmlAnchor NavigationBarLinkElement { get; }
C#
public WizardStepType StepType { get; }
C#
public HtmlSpan TextElement { get; }
C#
public string ValidationGroup { get; set; }
Methods
C#
public void Select()