ViewType Enum
In This Article
Contains values that specify how child MDI windows are represented within a DocumentManager.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Tabbed
|
Child MDI windows are displayed as tabs. |
Native
|
Child MDI windows are displayed as floating windows within a container. |
Windows
|
The Document Manager is in the Windows |
Widget
|
The Document |
No
|
The Document |
#Related API Members
The following properties accept/return ViewType values:
See Also