windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui.md
A DocumentManager View that allows you to create Windows 10-like applications.
Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class WindowsUIView :
BaseView,
ISearchProvider
Public Class WindowsUIView
Inherits BaseView
Implements ISearchProvider
The following members return WindowsUIView objects:
The WindowsUI View ships with multiple content containers. You can combine these containers to create a multi-screen application where users navigate from one application module to another. Backward navigation is automatically supported, as child screens are aware of their parents.
The base WindowsUIView application elements are Tiles, Documents, and the Content Containers that store them. See the following topic to learn more: WindowsUI View.
Note
WindowsUIView is designed to occupy an entire Form. Do not attempt to limit the View’s size by wrapping it in a User Control (the ContainerControl property).
Object MarshalByRefObject Component BaseComponent BaseView WindowsUIView
See Also