ClassWizardPage
Represents a single wizard's page.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
[TelerikToolboxCategory("Navigation")]
public class WizardPage : ContentControl, INotifyPropertyChanged
Inheritance: objectWizardPage
Derived Classes:
Implements:
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
DependencyProperty
AllowFinishProperty
Identifies the AllowFinish dependency property.
Declaration
public static readonly DependencyProperty AllowFinishProperty
Field Value
DependencyProperty
AllowHelpProperty
Identifies the AllowHelp dependency property.
Declaration
public static readonly DependencyProperty AllowHelpProperty
Field Value
DependencyProperty
AllowNextProperty
Identifies the AllowNext dependency property.
Declaration
public static readonly DependencyProperty AllowNextProperty
Field Value
DependencyProperty
AllowPreviousProperty
Identifies the AllowPrevious dependency property.
Declaration
public static readonly DependencyProperty AllowPreviousProperty
Field Value
DependencyProperty
BordersVisibilityModeProperty
Represents the WizardPageBordersVisibility dependency property.
Declaration
public static readonly DependencyProperty BordersVisibilityModeProperty
Field Value
DependencyProperty
ButtonsVisibilityModeProperty
Identifies the ButtonsVisibilityMode dependency property.
Declaration
public static readonly DependencyProperty ButtonsVisibilityModeProperty
Field Value
DependencyProperty
CancelButtonContentProperty
Represents the CancelButtonContent dependency property.
Declaration
public static readonly DependencyProperty CancelButtonContentProperty
Field Value
DependencyProperty
FinishButtonContentProperty
Represents the FinishButtonContent dependency property.
Declaration
public static readonly DependencyProperty FinishButtonContentProperty
Field Value
DependencyProperty
FooterBorderWidthProperty
Represents the FooterBorderWidth dependency property.
Declaration
public static readonly DependencyProperty FooterBorderWidthProperty
Field Value
DependencyProperty
FooterBorderWidthPropertyKey
Identifies the FooterBorderWidth dependency property.
Declaration
public static readonly DependencyPropertyKey FooterBorderWidthPropertyKey
Field Value
DependencyPropertyKey
FooterTemplateProperty
Represents the FooterTemplate dependency property.
Declaration
public static readonly DependencyProperty FooterTemplateProperty
Field Value
DependencyProperty
HeaderBorderWidthProperty
Represents the HeaderBorderWidth dependency property.
Declaration
public static readonly DependencyProperty HeaderBorderWidthProperty
Field Value
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
DependencyProperty
HeaderProperty
Represents the Header DependencyProperty.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
DependencyProperty
HeaderTemplateProperty
Represents the HeaderTemplate dependency property.
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
DependencyProperty
HelpButtonContentProperty
Represents the HelpButtonContent dependency property.
Declaration
public static readonly DependencyProperty HelpButtonContentProperty
Field Value
DependencyProperty
IsHeaderVisibleProperty
Represents the IsHeaderVisibleProperty.
Declaration
public static readonly DependencyProperty IsHeaderVisibleProperty
Field Value
DependencyProperty
IsSideHeaderVisibleProperty
Represents the IsHeaderVisibleProperty.
Declaration
public static readonly DependencyProperty IsSideHeaderVisibleProperty
Field Value
DependencyProperty
IsTitleVisibleProperty
Represents the IsHeaderVisibleProperty.
Declaration
public static readonly DependencyProperty IsTitleVisibleProperty
Field Value
DependencyProperty
NextButtonContentProperty
Represents the NextButtonContent dependency property.
Declaration
public static readonly DependencyProperty NextButtonContentProperty
Field Value
DependencyProperty
PreviousButtonContentProperty
Represents the PreviousButtonContent dependency property.
Declaration
public static readonly DependencyProperty PreviousButtonContentProperty
Field Value
DependencyProperty
SideHeaderBorderWidthProperty
Represents the SideHeaderBorderWidth dependency property.
Declaration
public static readonly DependencyProperty SideHeaderBorderWidthProperty
Field Value
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
DependencyProperty
SideHeaderTemplateProperty
Represents the SideHeaderTemplate dependency property.
Declaration
public static readonly DependencyProperty SideHeaderTemplateProperty
Field Value
DependencyProperty
SideHeaderWidthProperty
Represents the SideHeaderWidth dependency property.
Declaration
public static readonly DependencyProperty SideHeaderWidthProperty
Field Value
DependencyProperty
TitleProperty
Represents the Title DependencyProperty.
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
DependencyProperty
Properties
AllowCancel
Gets or sets the AllowCancel.
AllowFinish
Gets or sets the AllowFinish.
AllowHelp
Gets or sets the AllowHelp.
AllowNext
Gets or sets the AllowNext.
AllowPrevious
Gets or sets the AllowPrevious.
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
The WizardPage buttons display mode.
CancelButtonContent
Gets or sets the content of the Cancel button.
FinishButtonContent
Gets or sets the content of the Finish button.
FooterBorderWidth
Gets or sets page footer border width.
Declaration
public double FooterBorderWidth { get; }
Property Value
The footer border width.
FooterTemplate
Gets or sets the data template to be used in WizardPage's footer.
Declaration
public DataTemplate FooterTemplate { get; set; }
Property Value
DataTemplate
Header
Gets or sets page's header.
HeaderBorderWidth
Gets or sets page header border width.
Declaration
public double HeaderBorderWidth { get; }
Property Value
The header border width.
HeaderHeight
Gets or sets page header height.
Declaration
public double HeaderHeight { get; set; }
Property Value
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
DataTemplate
HelpButtonContent
Gets or sets the content of the Help button.
IsHeaderVisible
Gets or sets a value indicating whether the WizardPage's Header is visible.
IsSideHeaderVisible
Gets or sets a value indicating whether the WizardPage's SideHeader is visible.
IsTitleVisible
Gets or sets a value indicating whether the WizardPage's Title is visible.
NavigationButtonsVisibility
Gets the WizardPage buttons visibility.
Declaration
public NavigationButtonsVisibilityModel NavigationButtonsVisibility { get; }
Property Value
NavigationButtonsVisibilityModel
The WizardPage buttons visibility.
NextButtonContent
Gets or sets the content of the Next button.
PreviousButtonContent
Gets or sets the content of the Previous button.
Declaration
public object PreviousButtonContent { get; set; }
Property Value
SideHeader
Gets or sets page's side header.
SideHeaderBorderWidth
Gets or sets page side header border width.
Declaration
public double SideHeaderBorderWidth { get; }
Property Value
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
DataTemplate
SideHeaderWidth
Gets or sets page side header width.
Declaration
public double SideHeaderWidth { get; set; }
Property Value
The side header width.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnPropertyChanged(string)
Called when [property changed].
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Name of the property that has been changed.
ResetTheme()
Resets the theme.
Declaration
[SuppressMessage("Microsoft.Performance", "CA1822:MarkMembersAsStatic")]
public void ResetTheme()
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements