Back to Devexpress

BaseView.Type Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-ea59b5d3.md

latest1.9 KB
Original Source

BaseView.Type Property

Gets the current View’s type.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public abstract ViewType Type { get; }
vb
<Browsable(False)>
Public MustOverride ReadOnly Property Type As ViewType

Property Value

TypeDescription
ViewType

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

|

Available values:

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.

|

See Also

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace