Class RadWizardStep
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadWizardStep : HtmlContainerControlConstructors
RadWizardStep()
Declaration
public RadWizardStep()RadWizardStep(Element)
Properties
ActiveImageUrl
Declaration
public string ActiveImageUrl { get; set; }Property Value
| System.String 
 | 
AllowReturn
Declaration
public bool AllowReturn { get; set; }Property Value
| System.Boolean 
 | 
CausesValidation
Declaration
public bool CausesValidation { get; set; }Property Value
| System.Boolean 
 | 
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
DisabledImageUrl
Declaration
public string DisabledImageUrl { get; set; }Property Value
| System.String 
 | 
DisplayCancelButton
Declaration
public bool DisplayCancelButton { get; set; }Property Value
| System.Boolean 
 | 
Enabled
Declaration
public bool Enabled { get; set; }Property Value
| System.Boolean 
 | 
HoveredImageUrl
Declaration
public string HoveredImageUrl { get; set; }Property Value
| System.String 
 | 
ImageUrl
Declaration
public string ImageUrl { get; set; }Property Value
| System.String 
 | 
Index
Declaration
public int Index { get; }Property Value
| System.Int32 
 | 
isActive
Declaration
public bool isActive { get; }Property Value
| System.Boolean 
 | 
isNavigationBarButtonElementVisible
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
NavigationBarButtonElement
NavigationBarLinkElement
StepID
Declaration
public string StepID { get; set; }Property Value
| System.String 
 | 
StepType
TextElement
Title
Declaration
public string Title { get; set; }Property Value
| System.String 
 | 
Tooltip
Declaration
public string Tooltip { get; set; }Property Value
| System.String 
 | 
ValidationGroup
Declaration
public string ValidationGroup { get; set; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
Select()
Declaration
public void Select()