Back to Devexpress

ViewType Enum

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-fae95ba1.md

latest2.0 KB
Original Source

ViewType Enum

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

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum ViewType
vb
Public Enum ViewType

Members

NameDescription
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.

|

The following properties accept/return ViewType values:

See Also

DevExpress.XtraBars.Docking2010.Views Namespace