Skip to main content

WidgetView.Type Property

Gets the type of the current WidgetView.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public sealed override ViewType Type { get; }

Property Value

Type Description
ViewType

A ViewType.Widget value.

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