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

BaseView.Type Property

Gets the current View’s type.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public abstract ViewType Type { get; }

Property Value

Type Description
ViewType

A ViewType value that specifies the current View’s type.

Available values:

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.

See Also