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.1.dll

Declaration

public class WindowsUIView :
    BaseView,
    ISearchProvider

The following members accept/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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the WindowsUIView class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also