Skip to main content
A newer version of this page is available. .

WindowsUIView Class

Presents a DocumentManager‘s content in the Microsoft Windows 10-like style.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public class WindowsUIView :
    BaseView,
    ISearchProvider

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.

See Also