Skip to content

Define a collection of wizard pages in the View Model and display them in the Wizard Control

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/wpf-wizard-generate-pages-based-on-view-model-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Wizard - Generate Pages Based on View Model Collection

This example demonstrates how to define a collection of wizard pages in the View Model and display them in the Wizard Control.

image

  1. Bind the ItemsSource property to the View Model collection that contains pages.
  2. Assign the page content template to the ItemTemplate property.
  3. Define page settings in the Style objects and create a StyleSelector descendant that returns one of these objects based on the page type. Assign the selector to the ItemContainerStyleSelector property.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Define a collection of wizard pages in the View Model and display them in the Wizard Control

Topics

Resources

License

Stars

Watchers

Forks