| Visual Basic (Declaration) | |
|---|---|
Public Class TabGroupPane Inherits TabControl Implements IContentPaneContainer, IPaneContainer, IGeneratorHost | |
| C# | |
|---|---|
public class TabGroupPane : TabControl, IContentPaneContainer, IPaneContainer, IGeneratorHost | |
This sample demonstates how to create a TabGroupPane within a docked SplitPane to create a docked tab group and another within the DocumentContentHost to create a tabbed document group.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Windows.DockManager | |
| C# | Copy Code |
|---|---|
using Infragistics.Windows.DockManager; | |
| XAML | Copy Code |
|---|---|
<igDock:XamDockManager> | |
