Back to Devexpress

TabbedView.RootContainer Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-tabbedview-787aec48.md

latest1.7 KB
Original Source

TabbedView.RootContainer Property

Retrieves the underlying DockingContainer owned by this TabbedView.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public DockingContainer RootContainer { get; }
vb
<Browsable(False)>
Public ReadOnly Property RootContainer As DockingContainer

Property Value

TypeDescription
DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer

A DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer object that is the root container owned by this TabbedView.

|

Remarks

DockingContainer objects are used to implement Free Layout mode for the Tabbed View.

See Also

TabbedView Class

TabbedView Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace