wpf-115979-controls-and-libraries-navigation-controls-wizard-control.md
The WPF Wizard is a tool for building dialogs with multiple pages that guide your end-users through a specific process (e.g., product installation).
The list below outlines the main Wizard Control features:
The Wizard is represented by the DevExpress.Xpf.Controls.Wizard class. To use it in your application, add a reference to the DevExpress.Xpf.Controls.v25.2.dll assembly.
The following examples illustrate how to implement the Wizard Control.
View Example: How to Create a Wizard with pages defined in XAML
View Example: How to Create a wizard based on a collection of view models