Class BaseWizardElement
Base class for RadWizard elements.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class BaseWizardElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
BaseWizardElement()
Declaration
public BaseWizardElement()
Fields
IsCompletionPageProperty
IsWelcomePageProperty
Properties
IsCompletionPage
Gets or sets a value indicating that the element currently refers to a WizardCompletionPage.
Declaration
public virtual bool IsCompletionPage { get; set; }
Property Value
System.Boolean
|
IsWelcomePage
Gets or sets a value indicating that the element currently refers to a WizardWelcomePage.
Declaration
public virtual bool IsWelcomePage { get; set; }
Property Value
System.Boolean
|
Owner
Gets the owner RadWizardElement of the element.
Declaration
public RadWizardElement Owner { get; }
Property Value
RadWizardElement
|
Methods
UpdateInfo(WizardPage)
Updates the current state of the element.
Declaration
public virtual void UpdateInfo(WizardPage page)
Parameters
WizardPage
page
The WizardPage the element currently refers to. |