Back to Devexpress

TabbedView.Type Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-tabbedview-aba37e50.md

latest1.9 KB
Original Source

TabbedView.Type Property

Gets the type of the current View.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public sealed override ViewType Type { get; }
vb
Public NotOverridable Overrides ReadOnly Property Type As ViewType

Property Value

TypeDescription
ViewType

The ViewType.Tabbed value.

|

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

TabbedView Class

TabbedView Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace