Class WizardPage
Represents a single wizard's page.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class WizardPage : ContentControl, INotifyPropertyChanged, IThemable
Constructors
WizardPage()
Initializes a new instance of the WizardPage class.
Declaration
public WizardPage()
Fields
AllowCancelProperty
Identifies the AllowCancel dependency property.
Declaration
public static readonly DependencyProperty AllowCancelProperty
Field Value
System.Windows.DependencyProperty
|
AllowFinishProperty
Identifies the AllowFinish dependency property.
Declaration
public static readonly DependencyProperty AllowFinishProperty
Field Value
System.Windows.DependencyProperty
|
AllowHelpProperty
Identifies the AllowHelp dependency property.
Declaration
public static readonly DependencyProperty AllowHelpProperty
Field Value
System.Windows.DependencyProperty
|
AllowNextProperty
Identifies the AllowNext dependency property.
Declaration
public static readonly DependencyProperty AllowNextProperty
Field Value
System.Windows.DependencyProperty
|
AllowPreviousProperty
Identifies the AllowPrevious dependency property.
Declaration
public static readonly DependencyProperty AllowPreviousProperty
Field Value
System.Windows.DependencyProperty
|
BordersVisibilityModeProperty
Represents the WizardPageBordersVisibility dependency property.
Declaration
public static readonly DependencyProperty BordersVisibilityModeProperty
Field Value
System.Windows.DependencyProperty
|
ButtonsVisibilityModeProperty
Identifies the ButtonsVisibilityMode dependency property.
Declaration
public static readonly DependencyProperty ButtonsVisibilityModeProperty
Field Value
System.Windows.DependencyProperty
|
CancelButtonContentProperty
Represents the CancelButtonContent dependency property.
Declaration
public static readonly DependencyProperty CancelButtonContentProperty
Field Value
System.Windows.DependencyProperty
|
FinishButtonContentProperty
Represents the FinishButtonContent dependency property.
Declaration
public static readonly DependencyProperty FinishButtonContentProperty
Field Value
System.Windows.DependencyProperty
|
FooterBorderWidthProperty
FooterBorderWidthPropertyKey
FooterTemplateProperty
HeaderBorderWidthProperty
Represents the HeaderBorderWidth dependency property.
Declaration
public static readonly DependencyProperty HeaderBorderWidthProperty
Field Value
System.Windows.DependencyProperty
|
HeaderBorderWidthPropertyKey
Identifies the HeaderBorderWidth dependency property.
Declaration
public static readonly DependencyPropertyKey HeaderBorderWidthPropertyKey
Field Value
DependencyPropertyKey
|
HeaderHeightProperty
Represents the HeaderHeight dependency property.
Declaration
public static readonly DependencyProperty HeaderHeightProperty
Field Value
System.Windows.DependencyProperty
|
HeaderProperty
Represents the Header DependencyProperty.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
System.Windows.DependencyProperty
|
HeaderTemplateProperty
Represents the HeaderTemplate dependency property.
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
System.Windows.DependencyProperty
|
HelpButtonContentProperty
Represents the HelpButtonContent dependency property.
Declaration
public static readonly DependencyProperty HelpButtonContentProperty
Field Value
System.Windows.DependencyProperty
|
IsHeaderVisibleProperty
Represents the IsHeaderVisibleProperty.
Declaration
public static readonly DependencyProperty IsHeaderVisibleProperty
Field Value
System.Windows.DependencyProperty
|
IsSideHeaderVisibleProperty
Represents the IsHeaderVisibleProperty.
Declaration
public static readonly DependencyProperty IsSideHeaderVisibleProperty
Field Value
System.Windows.DependencyProperty
|
IsTitleVisibleProperty
Represents the IsHeaderVisibleProperty.
Declaration
public static readonly DependencyProperty IsTitleVisibleProperty
Field Value
System.Windows.DependencyProperty
|
NextButtonContentProperty
Represents the NextButtonContent dependency property.
Declaration
public static readonly DependencyProperty NextButtonContentProperty
Field Value
System.Windows.DependencyProperty
|
PreviousButtonContentProperty
Represents the PreviousButtonContent dependency property.
Declaration
public static readonly DependencyProperty PreviousButtonContentProperty
Field Value
System.Windows.DependencyProperty
|
SideHeaderBorderWidthProperty
Represents the SideHeaderBorderWidth dependency property.
Declaration
public static readonly DependencyProperty SideHeaderBorderWidthProperty
Field Value
System.Windows.DependencyProperty
|
SideHeaderBorderWidthPropertyKey
Identifies the SideHeaderBorderWidth dependency property.
Declaration
public static readonly DependencyPropertyKey SideHeaderBorderWidthPropertyKey
Field Value
DependencyPropertyKey
|
SideHeaderProperty
Represents the SideHeader DependencyProperty.
Declaration
public static readonly DependencyProperty SideHeaderProperty
Field Value
System.Windows.DependencyProperty
|
SideHeaderTemplateProperty
Represents the SideHeaderTemplate dependency property.
Declaration
public static readonly DependencyProperty SideHeaderTemplateProperty
Field Value
System.Windows.DependencyProperty
|
SideHeaderWidthProperty
Represents the SideHeaderWidth dependency property.
Declaration
public static readonly DependencyProperty SideHeaderWidthProperty
Field Value
System.Windows.DependencyProperty
|
TitleProperty
Represents the Title DependencyProperty.
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AllowCancel
Gets or sets the AllowCancel.
Declaration
public bool AllowCancel { get; set; }
Property Value
System.Boolean
|
AllowFinish
Gets or sets the AllowFinish.
Declaration
public bool AllowFinish { get; set; }
Property Value
System.Boolean
|
AllowHelp
Gets or sets the AllowHelp.
Declaration
public bool AllowHelp { get; set; }
Property Value
System.Boolean
|
AllowNext
Gets or sets the AllowNext.
Declaration
public bool AllowNext { get; set; }
Property Value
System.Boolean
|
AllowPrevious
Gets or sets the AllowPrevious.
Declaration
public bool AllowPrevious { get; set; }
Property Value
System.Boolean
|
BordersVisibilityMode
Gets or sets a value that indicates which page borders are shown.
Declaration
public WizardPageBordersVisibilityMode BordersVisibilityMode { get; set; }
Property Value
WizardPageBordersVisibilityMode
One of the enumeration values indicating which borders are shown. The default is All. |
ButtonsVisibilityMode
Gets or sets the WizardPage buttons display mode.
Declaration
public WizardPageButtonsDisplayMode ButtonsVisibilityMode { get; set; }
Property Value
WizardPageButtonsDisplayMode
The WizardPage buttons display mode. |
CancelButtonContent
Gets or sets the content of the Cancel button.
Declaration
public object CancelButtonContent { get; set; }
Property Value
System.Object
|
FinishButtonContent
Gets or sets the content of the Finish button.
Declaration
public object FinishButtonContent { get; set; }
Property Value
System.Object
|
FooterBorderWidth
FooterTemplate
Header
Gets or sets page's header.
Declaration
public object Header { get; set; }
Property Value
System.Object
|
HeaderBorderWidth
Gets or sets page header border width.
Declaration
public double HeaderBorderWidth { get; }
Property Value
System.Double
The header border width. |
HeaderHeight
Gets or sets page header height.
Declaration
public double HeaderHeight { get; set; }
Property Value
System.Double
The header height. |
HeaderTemplate
Gets or sets the data template to be used in WizardPage's header.
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
HelpButtonContent
Gets or sets the content of the Help button.
Declaration
public object HelpButtonContent { get; set; }
Property Value
System.Object
|
Index
Gets the Index.
Declaration
public int Index { get; }
Property Value
System.Int32
|
IsHeaderVisible
Gets or sets a value indicating whether the WizardPage's Header is visible.
Declaration
public bool IsHeaderVisible { get; set; }
Property Value
System.Boolean
|
IsSideHeaderVisible
Gets or sets a value indicating whether the WizardPage's SideHeader is visible.
Declaration
public bool IsSideHeaderVisible { get; set; }
Property Value
System.Boolean
|
IsTitleVisible
Gets or sets a value indicating whether the WizardPage's Title is visible.
Declaration
public bool IsTitleVisible { get; set; }
Property Value
System.Boolean
|
NavigationButtonsVisibility
NextButtonContent
Gets or sets the content of the Next button.
Declaration
public object NextButtonContent { get; set; }
Property Value
System.Object
|
PreviousButtonContent
Gets or sets the content of the Previous button.
Declaration
public object PreviousButtonContent { get; set; }
Property Value
System.Object
|
SideHeader
Gets or sets page's side header.
Declaration
public object SideHeader { get; set; }
Property Value
System.Object
|
SideHeaderBorderWidth
Gets or sets page side header border width.
Declaration
public double SideHeaderBorderWidth { get; }
Property Value
System.Double
The side header border width. |
SideHeaderTemplate
Gets or sets the data template to be used in WizardPage's side header.
Declaration
public DataTemplate SideHeaderTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
SideHeaderWidth
Gets or sets page side header width.
Declaration
public double SideHeaderWidth { get; set; }
Property Value
System.Double
The side header width. |
Title
Gets or sets page's title.
Declaration
public string Title { get; set; }
Property Value
System.String
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnPropertyChanged(String)
Called when [property changed].
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
Name of the property that has been changed. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|