Completed
Last Updated: 27 Aug 2015 15:15 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 10 Sep 2014 06:52
Category: Dock
Type: Feature Request
1
ADD. RadDock - Add Preview tab similar to Visual Studio 2012
http://blogs.msdn.com/b/zainnab/archive/2012/06/19/visual-studio-2012-new-features-preview-tab.aspx
1 comment
ADMIN
Ralitsa
Posted on: 27 Aug 2015 15:15
In Q3 2015 we will add new feature - preview tab in RadDock and RadPageView. You can use the following code snippet: 

1. For RadDock 
documentWindow1.TabStrip.TabStripElement.PreviewItem = documentWindow1.TabStripItem;

2. For RadPageView 
(radPageView1.ViewElement as RadPageViewStripElement).PreviewItem = radPageViewPage1.Item;