WizardPage
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
Initializes a new instance of the WizardPage class.
public WizardPage()
Fields
AllowCancelProperty
DependencyProperty
Identifies the AllowCancel dependency property.
public static readonly DependencyProperty AllowCancelProperty
AllowFinishProperty
DependencyProperty
Identifies the AllowFinish dependency property.
public static readonly DependencyProperty AllowFinishProperty
AllowHelpProperty
DependencyProperty
Identifies the AllowHelp dependency property.
public static readonly DependencyProperty AllowHelpProperty
AllowNextProperty
DependencyProperty
Identifies the AllowNext dependency property.
public static readonly DependencyProperty AllowNextProperty
AllowPreviousProperty
DependencyProperty
Identifies the AllowPrevious dependency property.
public static readonly DependencyProperty AllowPreviousProperty
BordersVisibilityModeProperty
DependencyProperty
Represents the WizardPageBordersVisibility dependency property.
public static readonly DependencyProperty BordersVisibilityModeProperty
ButtonsVisibilityModeProperty
DependencyProperty
Identifies the ButtonsVisibilityMode dependency property.
public static readonly DependencyProperty ButtonsVisibilityModeProperty
CancelButtonContentProperty
DependencyProperty
Represents the CancelButtonContent dependency property.
public static readonly DependencyProperty CancelButtonContentProperty
FinishButtonContentProperty
DependencyProperty
Represents the FinishButtonContent dependency property.
public static readonly DependencyProperty FinishButtonContentProperty
FooterBorderWidthProperty
DependencyProperty
Represents the FooterBorderWidth dependency property.
public static readonly DependencyProperty FooterBorderWidthProperty
FooterBorderWidthPropertyKey
DependencyPropertyKey
Identifies the FooterBorderWidth dependency property.
public static readonly DependencyPropertyKey FooterBorderWidthPropertyKey
FooterTemplateProperty
DependencyProperty
Represents the FooterTemplate dependency property.
public static readonly DependencyProperty FooterTemplateProperty
HeaderBorderWidthProperty
DependencyProperty
Represents the HeaderBorderWidth dependency property.
public static readonly DependencyProperty HeaderBorderWidthProperty
HeaderBorderWidthPropertyKey
DependencyPropertyKey
Identifies the HeaderBorderWidth dependency property.
public static readonly DependencyPropertyKey HeaderBorderWidthPropertyKey
HeaderHeightProperty
DependencyProperty
Represents the HeaderHeight dependency property.
public static readonly DependencyProperty HeaderHeightProperty
HeaderProperty
DependencyProperty
Represents the Header DependencyProperty.
public static readonly DependencyProperty HeaderProperty
HeaderTemplateProperty
DependencyProperty
Represents the HeaderTemplate dependency property.
public static readonly DependencyProperty HeaderTemplateProperty
HelpButtonContentProperty
DependencyProperty
Represents the HelpButtonContent dependency property.
public static readonly DependencyProperty HelpButtonContentProperty
IsHeaderVisibleProperty
DependencyProperty
Represents the IsHeaderVisibleProperty.
public static readonly DependencyProperty IsHeaderVisibleProperty
IsSideHeaderVisibleProperty
DependencyProperty
Represents the IsHeaderVisibleProperty.
public static readonly DependencyProperty IsSideHeaderVisibleProperty
IsTitleVisibleProperty
DependencyProperty
Represents the IsHeaderVisibleProperty.
public static readonly DependencyProperty IsTitleVisibleProperty
NextButtonContentProperty
DependencyProperty
Represents the NextButtonContent dependency property.
public static readonly DependencyProperty NextButtonContentProperty
PreviousButtonContentProperty
DependencyProperty
Represents the PreviousButtonContent dependency property.
public static readonly DependencyProperty PreviousButtonContentProperty
SideHeaderBorderWidthProperty
DependencyProperty
Represents the SideHeaderBorderWidth dependency property.
public static readonly DependencyProperty SideHeaderBorderWidthProperty
SideHeaderBorderWidthPropertyKey
DependencyPropertyKey
Identifies the SideHeaderBorderWidth dependency property.
public static readonly DependencyPropertyKey SideHeaderBorderWidthPropertyKey
SideHeaderProperty
DependencyProperty
Represents the SideHeader DependencyProperty.
public static readonly DependencyProperty SideHeaderProperty
SideHeaderTemplateProperty
DependencyProperty
Represents the SideHeaderTemplate dependency property.
public static readonly DependencyProperty SideHeaderTemplateProperty
SideHeaderWidthProperty
DependencyProperty
Represents the SideHeaderWidth dependency property.
public static readonly DependencyProperty SideHeaderWidthProperty
TitleProperty
DependencyProperty
Represents the Title DependencyProperty.
public static readonly DependencyProperty TitleProperty
Properties
Gets or sets the AllowCancel.
public bool AllowCancel { get; set; }
Gets or sets the AllowFinish.
public bool AllowFinish { get; set; }
Gets or sets the AllowPrevious.
public bool AllowPrevious { get; set; }
Gets or sets a value that indicates which page borders are shown.
public WizardPageBordersVisibilityMode BordersVisibilityMode { get; set; }
One of the enumeration values indicating which borders are shown. The default is All.
Gets or sets the WizardPage buttons display mode.
public WizardPageButtonsDisplayMode ButtonsVisibilityMode { get; set; }
The WizardPage buttons display mode.
Gets or sets the content of the Cancel button.
public object CancelButtonContent { get; set; }
Gets or sets the content of the Finish button.
public object FinishButtonContent { get; set; }
Gets or sets page footer border width.
public double FooterBorderWidth { get; }
The footer border width.
FooterTemplate
DataTemplate
Gets or sets the data template to be used in WizardPage's footer.
public DataTemplate FooterTemplate { get; set; }
Gets or sets page header border width.
public double HeaderBorderWidth { get; }
The header border width.
Gets or sets page header height.
public double HeaderHeight { get; set; }
The header height.
HeaderTemplate
DataTemplate
Gets or sets the data template to be used in WizardPage's header.
public DataTemplate HeaderTemplate { get; set; }
Gets or sets the content of the Help button.
public object HelpButtonContent { get; set; }
Gets or sets a value indicating whether the WizardPage's Header is visible.
public bool IsHeaderVisible { get; set; }
Gets or sets a value indicating whether the WizardPage's SideHeader is visible.
public bool IsSideHeaderVisible { get; set; }
Gets or sets a value indicating whether the WizardPage's Title is visible.
public bool IsTitleVisible { get; set; }
Gets the WizardPage buttons visibility.
public NavigationButtonsVisibilityModel NavigationButtonsVisibility { get; }
The WizardPage buttons visibility.
Gets or sets the content of the Next button.
public object NextButtonContent { get; set; }
Gets or sets the content of the Previous button.
public object PreviousButtonContent { get; set; }
Gets or sets page's side header.
public object SideHeader { get; set; }
Gets or sets page side header border width.
public double SideHeaderBorderWidth { get; }
The side header border width.
SideHeaderTemplate
DataTemplate
Gets or sets the data template to be used in WizardPage's side header.
public DataTemplate SideHeaderTemplate { get; set; }
Gets or sets page side header width.
public double SideHeaderWidth { get; set; }
The side header width.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called when [property changed].
protected void OnPropertyChanged(string propertyName)
Name of the property that has been changed.
Resets the theme.
public void ResetTheme()
Events
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged
Implements: