skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class WizardPage

Represents a single wizard's page.

Inheritance
System.Object
WizardPage
CompletionWizardPage
WelcomeWizardPage
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

Represents the FooterBorderWidth dependency property.

Declaration
public static readonly DependencyProperty FooterBorderWidthProperty
Field Value
System.Windows.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
System.Windows.DependencyProperty

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

Gets or sets page footer border width.

Declaration
public double FooterBorderWidth { get; }
Property Value
System.Double

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
System.Windows.DataTemplate

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

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.

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

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.