We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The WPF Wizard control provides an interface to create a multi-step wizard that guides users to complete a specific process such as installation or updates. It supports moving to the next and previous dialogs interactively.


Data binding

Provides powerful data binding support to display headers and content in wizard pages. Design your application using the MVVM pattern to bind selected items.

WPF Wizard Control populate items through data binding


Page styles

Provides different templates for wizard pages with unique sets of features. The templates allow aligning the banner text and images in different orientations relative to the content area.

WPF Wizard Control displays different templated wizard pages


The WPF Wizard control provides rich navigation capabilities with embedded navigation buttons. It allows users to navigate back and forth between pages and disable navigation altogether. It also allows users to write their own navigation logic for navigating from a wizard page to different pages based on specific criteria.

Navigate between wizard pages using navigation buttons in WPF Wizard Control


Customization

Provides support for customizing the wizard pages and allows changing the available navigation buttons.

WPF Wizard Control hides navigation buttons


Built-in themes

Provides a rich set of built-in themes inspired by popular interfaces such as Microsoft Office, Expression Blend, and Metro.

Microsoft Office style inspired WPF Wizard Control


Localization

The WPF Wizard control supports localization to translate static text in the navigation buttons to any desired language.

WPF Wizard Control localize navigation button text


Right-to-left

Supports right-to-left (RTL) direction for users working with right-to-left languages like Hebrew, Arabic, or Persian.

WPF Wizard Control displays pages in right to left


WPF Wizard Control Code Example

Easily get started with the WPF Wizard Control using a few simple lines of XAML and C# code example as demonstrated below. Also explore our WPF Wizard Control Example that shows you how to render and configure the Wizard Control in WPF.

<syncfusion:WizardControl Name="wizardControl">
            <syncfusion:WizardPage Name="wizardPage1"/>
            <syncfusion:WizardPage Name="wizardPage2"/>
            <syncfusion:WizardPage Name="wizardPage3"/>
</syncfusion:WizardControl>
WizardControl wizardControl = new WizardControl();
            WizardPage wizardPage1 = new WizardPage();
            WizardPage wizardPage2 = new WizardPage();
            WizardPage wizardPage3 = new WizardPage();
            wizardControl.Items.Add(wizardPage1);
            wizardControl.Items.Add(wizardPage2);
            wizardControl.Items.Add(wizardPage3);
           this.Content = wizardControl;



95+ WPF CONTROLS

Frequently Asked Questions

The Syncfusion WPF Wizard Control provides the following:

  • Convenient tool for guiding users step-by-step through a process.
  • Users can interactively navigate to the next and previous dialogs and finalize the process.
  • Built-in validation options for moving to the next or previous dialogs.
  • One of the best WPF Wizard Control in the market that offers feature-rich UI to interact with the software.
  • Touch-friendly and responsive UI.
  • Simple configuration and API.
  • Extensive demos, documentation to learn quickly and get started with WPF Wizard Control.

You can find our WPF Wizard Control demo on

GitHub location.

App center location.

Microsoft location.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Syncfusion WPF Resources

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile