Class WizardPage
Inheritance
System.Object
WizardPage
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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class WizardPage : ContentControl, IAutomationPeer, IPeerConverter, IWizardPage, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
WizardPage()
Declaration
public WizardPage()
Properties
CancelButton
FinishButton
HelpButton
Index
Declaration
public int Index { get; }
Property Value
System.
|
NextButton
PreviousButton
Explicit Interface Implementations
IWizardPage.CancelButton
Declaration
IRadButton IWizardPage.CancelButton { get; }
Returns
Implements
IWizardPage.FinishButton
Declaration
IRadButton IWizardPage.FinishButton { get; }
Returns
Implements
IWizardPage.HelpButton
Declaration
IRadButton IWizardPage.HelpButton { get; }
Returns
Implements
IWizardPage.Index
IWizardPage.NextButton
Declaration
IRadButton IWizardPage.NextButton { get; }
Returns
Implements
IWizardPage.PreviousButton
Declaration
IRadButton IWizardPage.PreviousButton { get; }