WindowsUIView Class
Presents a DocumentManager‘s content in the Microsoft Windows 10-like style.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
Related API Members
The following members return WindowsUIView objects:
Remarks
WindowsUIView for the DocumentManager component provides rich opportunities for creating applications that fully match Microsoft Windows 10 concepts. A typical WindowsUI application is a hierarchical application consisting of multiple screens. At runtime, an end-user navigates from one screen to another according to the application hierarchy. Backward navigation is automatically supported, as child screens are aware of their parents.
Base WindowsUIView applications’ elements are Tiles, Documents and Content Containers that store them. See the WindowsUI View topic to learn more.