Skip to main content

WindowsUIView Class

A DocumentManager View that allows you to create Windows 10-like applications.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class WindowsUIView :
    BaseView,
    ISearchProvider

The following members return WindowsUIView objects:

Remarks

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).

See Also