Export all Xaml Items as XAML files


Instruction

To export all XAML items as XAML files, follow these steps:

  1. Open XamlFiddle as described in the previous sections.
  2. Click the menu Manage > All Xaml items to open the Xaml Items Manager:
    Choose menu Xaml Items Manager

  3. You will see the Xaml Items Manager dialog like this:
    Xaml Items Manager Dialog

  4. In this case, we have three XAML items displayed in the data grid for export:
    All XAML Items

  5. Close the dialog and then click the menu File > Export > Export all XAML Items as Xaml files:
    Export all XAML Items as XAML files

  6. A dialog will appear asking you to browse for the folder to export to:
    Browse Folder Dialog

  7. In this case, choose Desktop as the location for export and then click OK:
    Desktop Location

  8. Finally, you will see all the exported .xaml files in the chosen location, like this:
    All Exported XAML Items


In case any exported .xaml file already exists in the target location, XamlFiddle will ensure that the file name is unique. As shown in the screenshot, all three .xaml files already existed.


NOTE: The .xaml format belongs to the XAML language, which WPF uses to define user interfaces.