Class
WizardPage

Represents a single wizard's page.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[TelerikToolboxCategory("Navigation")]
public class WizardPage : ContentControl, INotifyPropertyChanged

Inheritance: objectWizardPage

Derived Classes: CompletionWizardPageWelcomeWizardPage

Implements: INotifyPropertyChanged

Constructors

WizardPage()

Initializes a new instance of the WizardPage class.

Declaration

cs-api-definition
public WizardPage()

Fields

AllowCancelProperty

Identifies the AllowCancel dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AllowCancelProperty

Field Value

DependencyProperty

AllowFinishProperty

Identifies the AllowFinish dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AllowFinishProperty

Field Value

DependencyProperty

AllowHelpProperty

Identifies the AllowHelp dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AllowHelpProperty

Field Value

DependencyProperty

AllowNextProperty

Identifies the AllowNext dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AllowNextProperty

Field Value

DependencyProperty

AllowPreviousProperty

Identifies the AllowPrevious dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AllowPreviousProperty

Field Value

DependencyProperty

BordersVisibilityModeProperty

Represents the WizardPageBordersVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BordersVisibilityModeProperty

Field Value

DependencyProperty

ButtonsVisibilityModeProperty

Identifies the ButtonsVisibilityMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ButtonsVisibilityModeProperty

Field Value

DependencyProperty

CancelButtonContentProperty

Represents the CancelButtonContent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CancelButtonContentProperty

Field Value

DependencyProperty

FinishButtonContentProperty

Represents the FinishButtonContent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FinishButtonContentProperty

Field Value

DependencyProperty

FooterBorderWidthProperty

Represents the FooterBorderWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FooterBorderWidthProperty

Field Value

DependencyProperty

FooterBorderWidthPropertyKey

Identifies the FooterBorderWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyPropertyKey FooterBorderWidthPropertyKey

Field Value

DependencyPropertyKey

FooterTemplateProperty

Represents the FooterTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FooterTemplateProperty

Field Value

DependencyProperty

HeaderBorderWidthProperty

Represents the HeaderBorderWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderBorderWidthProperty

Field Value

DependencyProperty

HeaderBorderWidthPropertyKey

Identifies the HeaderBorderWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyPropertyKey HeaderBorderWidthPropertyKey

Field Value

DependencyPropertyKey

HeaderHeightProperty

Represents the HeaderHeight dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderHeightProperty

Field Value

DependencyProperty

HeaderProperty

Represents the Header DependencyProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

HeaderTemplateProperty

Represents the HeaderTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderTemplateProperty

Field Value

DependencyProperty

HelpButtonContentProperty

Represents the HelpButtonContent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HelpButtonContentProperty

Field Value

DependencyProperty

IsHeaderVisibleProperty

Represents the IsHeaderVisibleProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty IsHeaderVisibleProperty

Field Value

DependencyProperty

IsSideHeaderVisibleProperty

Represents the IsHeaderVisibleProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty IsSideHeaderVisibleProperty

Field Value

DependencyProperty

IsTitleVisibleProperty

Represents the IsHeaderVisibleProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty IsTitleVisibleProperty

Field Value

DependencyProperty

NextButtonContentProperty

Represents the NextButtonContent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty NextButtonContentProperty

Field Value

DependencyProperty

PreviousButtonContentProperty

Represents the PreviousButtonContent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PreviousButtonContentProperty

Field Value

DependencyProperty

SideHeaderBorderWidthProperty

Represents the SideHeaderBorderWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SideHeaderBorderWidthProperty

Field Value

DependencyProperty

SideHeaderBorderWidthPropertyKey

Identifies the SideHeaderBorderWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyPropertyKey SideHeaderBorderWidthPropertyKey

Field Value

DependencyPropertyKey

SideHeaderProperty

Represents the SideHeader DependencyProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty SideHeaderProperty

Field Value

DependencyProperty

SideHeaderTemplateProperty

Represents the SideHeaderTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SideHeaderTemplateProperty

Field Value

DependencyProperty

SideHeaderWidthProperty

Represents the SideHeaderWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SideHeaderWidthProperty

Field Value

DependencyProperty

TitleProperty

Represents the Title DependencyProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty TitleProperty

Field Value

DependencyProperty

Properties

AllowCancel

Gets or sets the AllowCancel.

Declaration

cs-api-definition
public bool AllowCancel { get; set; }

Property Value

bool

AllowFinish

Gets or sets the AllowFinish.

Declaration

cs-api-definition
public bool AllowFinish { get; set; }

Property Value

bool

AllowHelp

Gets or sets the AllowHelp.

Declaration

cs-api-definition
public bool AllowHelp { get; set; }

Property Value

bool

AllowNext

Gets or sets the AllowNext.

Declaration

cs-api-definition
public bool AllowNext { get; set; }

Property Value

bool

AllowPrevious

Gets or sets the AllowPrevious.

Declaration

cs-api-definition
public bool AllowPrevious { get; set; }

Property Value

bool

BordersVisibilityMode

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

Declaration

cs-api-definition
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

cs-api-definition
public WizardPageButtonsDisplayMode ButtonsVisibilityMode { get; set; }

Property Value

WizardPageButtonsDisplayMode

The WizardPage buttons display mode.

CancelButtonContent

Gets or sets the content of the Cancel button.

Declaration

cs-api-definition
public object CancelButtonContent { get; set; }

Property Value

object

FinishButtonContent

Gets or sets the content of the Finish button.

Declaration

cs-api-definition
public object FinishButtonContent { get; set; }

Property Value

object

FooterBorderWidth

Gets or sets page footer border width.

Declaration

cs-api-definition
public double FooterBorderWidth { get; }

Property Value

double

The footer border width.

FooterTemplate

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

Declaration

cs-api-definition
public DataTemplate FooterTemplate { get; set; }

Property Value

DataTemplate

Header

Gets or sets page's header.

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object

HeaderBorderWidth

Gets or sets page header border width.

Declaration

cs-api-definition
public double HeaderBorderWidth { get; }

Property Value

double

The header border width.

HeaderHeight

Gets or sets page header height.

Declaration

cs-api-definition
public double HeaderHeight { get; set; }

Property Value

double

The header height.

HeaderTemplate

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

Declaration

cs-api-definition
public DataTemplate HeaderTemplate { get; set; }

Property Value

DataTemplate

HelpButtonContent

Gets or sets the content of the Help button.

Declaration

cs-api-definition
public object HelpButtonContent { get; set; }

Property Value

object

Index

Gets the Index.

Declaration

cs-api-definition
public int Index { get; }

Property Value

int

IsHeaderVisible

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

Declaration

cs-api-definition
public bool IsHeaderVisible { get; set; }

Property Value

bool

IsSideHeaderVisible

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

Declaration

cs-api-definition
public bool IsSideHeaderVisible { get; set; }

Property Value

bool

IsTitleVisible

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

Declaration

cs-api-definition
public bool IsTitleVisible { get; set; }

Property Value

bool

NavigationButtonsVisibility

Gets the WizardPage buttons visibility.

Declaration

cs-api-definition
public NavigationButtonsVisibilityModel NavigationButtonsVisibility { get; }

Property Value

NavigationButtonsVisibilityModel

The WizardPage buttons visibility.

NextButtonContent

Gets or sets the content of the Next button.

Declaration

cs-api-definition
public object NextButtonContent { get; set; }

Property Value

object

PreviousButtonContent

Gets or sets the content of the Previous button.

Declaration

cs-api-definition
public object PreviousButtonContent { get; set; }

Property Value

object

SideHeader

Gets or sets page's side header.

Declaration

cs-api-definition
public object SideHeader { get; set; }

Property Value

object

SideHeaderBorderWidth

Gets or sets page side header border width.

Declaration

cs-api-definition
public double SideHeaderBorderWidth { get; }

Property Value

double

The side header border width.

SideHeaderTemplate

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

Declaration

cs-api-definition
public DataTemplate SideHeaderTemplate { get; set; }

Property Value

DataTemplate

SideHeaderWidth

Gets or sets page side header width.

Declaration

cs-api-definition
public double SideHeaderWidth { get; set; }

Property Value

double

The side header width.

Title

Gets or sets page's title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnPropertyChanged(string)

Called when [property changed].

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Name of the property that has been changed.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Performance", "CA1822:MarkMembersAsStatic")]
public void ResetTheme()

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged