spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
762 stars 122 forks source link

Passing Data/Object between step #55

Open lukmanfarizi opened 5 years ago

lukmanfarizi commented 5 years ago

Hi!

Do you have any suggestion how to passing data between step? Currently i am use liniear step

spiegelp commented 5 years ago

@lukmanfarizi Somewhere in your code, you build a list of steps to pass to the Stepper. Your step 2 model class could have a reference to your step 1 model class.