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

ViewType Enum

Contains values that specify how child MDI windows are represented within a DocumentManager.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public enum ViewType

Members

Name Description
Tabbed

Child MDI windows are displayed as tabs.

NativeMdi

Child MDI windows are displayed as floating windows within a container.

WindowsUI

The Document Manager is in the WindowsUI View mode.

Widget

The DocumentManager is in the Widget View mode.

NoDocuments

The DocumentManager is in the Non-Document Mode.

Related API Members

The following properties accept/return ViewType values:

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

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