Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WindowsUIView Class

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.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