I created the same Solutions with DevExpress 14.1 Template Gallery (DXApplication14_1PDFView) and DevExpress 14.2 Template Gallery (DXApplication14_2PDFView)
I added the reference for PDVViewer Control
Then I added per Copy and paste the following Content in MainWindow.xaml xmlns:dxpdf=http://schemas.devexpress.com/winfx/2008/xaml/pdf
I replaced
<dxd:LayoutPanel Caption="Explorer" >
with
<dxd:LayoutPanel Caption="Explorer" >
<dxpdf:PdfViewerControl CommandBarStyle="Bars"/>
</dxd:LayoutPanel>
Please look at DXApplication14_1_1.JPG (build with DXApplication14_1PDFView)
What is wrong in Solution DXApplication14_2PDFView?
- the Navigation bar (DXApplication14_2_1.JPG) should be looks like in Version 14.1
- I can't use PdfViewerControl (DXApplication14_2_2.JPG) in IDE
The Operating Systems are Windows 8.1 pro and Windows server 2012 r2