Class RadWizard
Inheritance
System.Object
RadWizard
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadWizard : Control, IAutomationPeer, IPeerConverter, IRadWizard, IControl, IFrameworkElement, ITargetElement
Constructors
RadWizard()
Declaration
public RadWizard()
Properties
CurrentWizardPage
SelectedPageIndex
Declaration
public int SelectedPageIndex { get; }
Property Value
System.Int32
|
Explicit Interface Implementations
IRadWizard.CurrentWizardPage
IRadWizard.SelectedPageIndex
Declaration
int IRadWizard.SelectedPageIndex { get; }
Returns
System.Int32
|