Skip to content

DevExpress-Examples/wpf-dock-layout-manager-insert-prism-regions-into-dock-layout-manager-panels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Dock Layout Manager - Insert PRISM Regions into DockLayoutManager Panels

This example defines a region at the LayoutPanel level and inserts a view from another assembly into this region. To create an instance of the PRISM adapter for a LayoutPanel, use the AdapterFactory.Make method:

mappings.RegisterMapping(typeof(LayoutPanel), AdapterFactory.Make<RegionAdapterBase<LayoutPanel>>(factory));


Documentation

Does This Example Address Your Development Requirements/Objectives?

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

About

Define a region at the LayoutPanel level and insert a view from another assembly into this region.

Topics

Resources

License

Stars

Watchers

Forks

Contributors