New to Telerik UI for WPFStart a free 30-day trial

Represents a single wizard's page.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
[TelerikToolboxCategory("Navigation")]
public class WizardPage : ContentControl, INotifyPropertyChanged

Inheritance: objectWizardPage

Derived Classes: CompletionWizardPageWelcomeWizardPage

Implements: INotifyPropertyChanged

Constructors

Initializes a new instance of the WizardPage class.

C#
public WizardPage()

Fields

AllowCancelProperty

DependencyProperty

Identifies the AllowCancel dependency property.

C#
public static readonly DependencyProperty AllowCancelProperty

AllowFinishProperty

DependencyProperty

Identifies the AllowFinish dependency property.

C#
public static readonly DependencyProperty AllowFinishProperty

AllowHelpProperty

DependencyProperty

Identifies the AllowHelp dependency property.

C#
public static readonly DependencyProperty AllowHelpProperty

AllowNextProperty

DependencyProperty

Identifies the AllowNext dependency property.

C#
public static readonly DependencyProperty AllowNextProperty

AllowPreviousProperty

DependencyProperty

Identifies the AllowPrevious dependency property.

C#
public static readonly DependencyProperty AllowPreviousProperty

Represents the WizardPageBordersVisibility dependency property.

C#
public static readonly DependencyProperty BordersVisibilityModeProperty

Identifies the ButtonsVisibilityMode dependency property.

C#
public static readonly DependencyProperty ButtonsVisibilityModeProperty

CancelButtonContentProperty

DependencyProperty

Represents the CancelButtonContent dependency property.

C#
public static readonly DependencyProperty CancelButtonContentProperty

FinishButtonContentProperty

DependencyProperty

Represents the FinishButtonContent dependency property.

C#
public static readonly DependencyProperty FinishButtonContentProperty

FooterBorderWidthProperty

DependencyProperty

Represents the FooterBorderWidth dependency property.

C#
public static readonly DependencyProperty FooterBorderWidthProperty

FooterBorderWidthPropertyKey

DependencyPropertyKey

Identifies the FooterBorderWidth dependency property.

C#
public static readonly DependencyPropertyKey FooterBorderWidthPropertyKey

FooterTemplateProperty

DependencyProperty

Represents the FooterTemplate dependency property.

C#
public static readonly DependencyProperty FooterTemplateProperty

HeaderBorderWidthProperty

DependencyProperty

Represents the HeaderBorderWidth dependency property.

C#
public static readonly DependencyProperty HeaderBorderWidthProperty

HeaderBorderWidthPropertyKey

DependencyPropertyKey

Identifies the HeaderBorderWidth dependency property.

C#
public static readonly DependencyPropertyKey HeaderBorderWidthPropertyKey

HeaderHeightProperty

DependencyProperty

Represents the HeaderHeight dependency property.

C#
public static readonly DependencyProperty HeaderHeightProperty

HeaderProperty

DependencyProperty

Represents the Header DependencyProperty.

C#
public static readonly DependencyProperty HeaderProperty

HeaderTemplateProperty

DependencyProperty

Represents the HeaderTemplate dependency property.

C#
public static readonly DependencyProperty HeaderTemplateProperty

HelpButtonContentProperty

DependencyProperty

Represents the HelpButtonContent dependency property.

C#
public static readonly DependencyProperty HelpButtonContentProperty

IsHeaderVisibleProperty

DependencyProperty

Represents the IsHeaderVisibleProperty.

C#
public static readonly DependencyProperty IsHeaderVisibleProperty

IsSideHeaderVisibleProperty

DependencyProperty

Represents the IsHeaderVisibleProperty.

C#
public static readonly DependencyProperty IsSideHeaderVisibleProperty

IsTitleVisibleProperty

DependencyProperty

Represents the IsHeaderVisibleProperty.

C#
public static readonly DependencyProperty IsTitleVisibleProperty

NextButtonContentProperty

DependencyProperty

Represents the NextButtonContent dependency property.

C#
public static readonly DependencyProperty NextButtonContentProperty

Represents the PreviousButtonContent dependency property.

C#
public static readonly DependencyProperty PreviousButtonContentProperty

Represents the SideHeaderBorderWidth dependency property.

C#
public static readonly DependencyProperty SideHeaderBorderWidthProperty

Identifies the SideHeaderBorderWidth dependency property.

C#
public static readonly DependencyPropertyKey SideHeaderBorderWidthPropertyKey

SideHeaderProperty

DependencyProperty

Represents the SideHeader DependencyProperty.

C#
public static readonly DependencyProperty SideHeaderProperty

SideHeaderTemplateProperty

DependencyProperty

Represents the SideHeaderTemplate dependency property.

C#
public static readonly DependencyProperty SideHeaderTemplateProperty

SideHeaderWidthProperty

DependencyProperty

Represents the SideHeaderWidth dependency property.

C#
public static readonly DependencyProperty SideHeaderWidthProperty

TitleProperty

DependencyProperty

Represents the Title DependencyProperty.

C#
public static readonly DependencyProperty TitleProperty

Properties

Gets or sets the AllowCancel.

C#
public bool AllowCancel { get; set; }

Gets or sets the AllowFinish.

C#
public bool AllowFinish { get; set; }

Gets or sets the AllowHelp.

C#
public bool AllowHelp { get; set; }

Gets or sets the AllowNext.

C#
public bool AllowNext { get; set; }

Gets or sets the AllowPrevious.

C#
public bool AllowPrevious { get; set; }

Gets or sets a value that indicates which page borders are shown.

C#
public WizardPageBordersVisibilityMode BordersVisibilityMode { get; set; }
Property Value:

One of the enumeration values indicating which borders are shown. The default is All.

Gets or sets the WizardPage buttons display mode.

C#
public WizardPageButtonsDisplayMode ButtonsVisibilityMode { get; set; }
Property Value:

The WizardPage buttons display mode.

Gets or sets the content of the Cancel button.

C#
public object CancelButtonContent { get; set; }

Gets or sets the content of the Finish button.

C#
public object FinishButtonContent { get; set; }

Gets or sets page footer border width.

C#
public double FooterBorderWidth { get; }
Property Value:

The footer border width.

FooterTemplate

DataTemplate

Gets or sets the data template to be used in WizardPage's footer.

C#
public DataTemplate FooterTemplate { get; set; }

Gets or sets page's header.

C#
public object Header { get; set; }

Gets or sets page header border width.

C#
public double HeaderBorderWidth { get; }
Property Value:

The header border width.

Gets or sets page header height.

C#
public double HeaderHeight { get; set; }
Property Value:

The header height.

HeaderTemplate

DataTemplate

Gets or sets the data template to be used in WizardPage's header.

C#
public DataTemplate HeaderTemplate { get; set; }

Gets or sets the content of the Help button.

C#
public object HelpButtonContent { get; set; }

Gets the Index.

C#
public int Index { get; }

Gets or sets a value indicating whether the WizardPage's Header is visible.

C#
public bool IsHeaderVisible { get; set; }

Gets or sets a value indicating whether the WizardPage's SideHeader is visible.

C#
public bool IsSideHeaderVisible { get; set; }

Gets or sets a value indicating whether the WizardPage's Title is visible.

C#
public bool IsTitleVisible { get; set; }

Gets the WizardPage buttons visibility.

C#
public NavigationButtonsVisibilityModel NavigationButtonsVisibility { get; }
Property Value:

The WizardPage buttons visibility.

Gets or sets the content of the Next button.

C#
public object NextButtonContent { get; set; }

Gets or sets the content of the Previous button.

C#
public object PreviousButtonContent { get; set; }

Gets or sets page's side header.

C#
public object SideHeader { get; set; }

Gets or sets page side header border width.

C#
public double SideHeaderBorderWidth { get; }
Property Value:

The side header border width.

SideHeaderTemplate

DataTemplate

Gets or sets the data template to be used in WizardPage's side header.

C#
public DataTemplate SideHeaderTemplate { get; set; }

Gets or sets page side header width.

C#
public double SideHeaderWidth { get; set; }
Property Value:

The side header width.

Gets or sets page's title.

C#
public string Title { get; set; }

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Called when [property changed].

C#
protected void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

Name of the property that has been changed.

Resets the theme.

C#
public void ResetTheme()

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged