Class WizardPage
Represents a page of RadWizard.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class WizardPage : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
WizardPage()
Creates a WizardPage instance.
Declaration
public WizardPage()
Fields
CustomizePageHeaderProperty
HeaderProperty
HeaderVisibilityProperty
IconProperty
TitleProperty
TitleVisibilityProperty
Properties
ContentArea
Gets or sets the panel presenting the content area of the page.
Declaration
public Panel ContentArea { get; set; }
Property Value
System.Windows.Forms.Panel
|
CustomizePageHeader
Gets or sets a value indicating whether the page customizes its header.
Declaration
public bool CustomizePageHeader { get; set; }
Property Value
System.Boolean
|
Header
Gets or sets the page header text.
Declaration
public string Header { get; set; }
Property Value
System.String
|
HeaderVisibility
Gets or sets the page's HeaderElement visibility. Applies if CustomizePageHeader has value 'true'.
Declaration
public ElementVisibility HeaderVisibility { get; set; }
Property Value
ElementVisibility
|
Icon
Gets or sets the page's IconElement image. Applies if CustomizePageHeader has value 'true'.
Declaration
public Image Icon { get; set; }
Property Value
System.Drawing.Image
|
IsSelected
Gets a value indicating whether the page is selected.
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|
Owner
Gets the owner RadWizardElement of the page.
Declaration
public RadWizardElement Owner { get; set; }
Property Value
RadWizardElement
|
Title
Gets or sets the page title text.
Declaration
public string Title { get; set; }
Property Value
System.String
|
TitleVisibility
Gets or sets the page's TitleElement visibility. Applies if CustomizePageHeader has value 'true'.
Declaration
public ElementVisibility TitleVisibility { get; set; }
Property Value
ElementVisibility
|
Methods
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
ToString()
Returns a string representation of the page.
Declaration
public override string ToString()
Returns
System.String
The string representation of the page. |