Peek Window
RadOfficeNavigationBar provides popup preview option for its elements when the mouse is over a them. This functionality is disabled by default. To enable it, you can set the EnablePeekPopup property to true.
To set a content for each peek window, we can use the PeekPopupOpening event. In the event handler, we have access to the current hovered RadPageViewItem and depending on it, we can set the Page.PeekPopupContent property. This property is of type Control.
The Peek Window will take the size of its content. This needs to be considered while using UserControl as a content of the Peek Window.
In the following image we can see the Peek Window content when it hosts a custom user control.