Back to Devexpress

ITabbedViewController.Dock Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-itabbedviewcontroller-dot-dock.md

latest1.3 KB
Original Source

ITabbedViewController.Dock Method

NameParametersDescription
Dock(DockPanel, DocumentGroup, Int32)dockPanel, group, insertIndexDocks the specified DockPanel to the specified group at a specific position, displaying the panel as a tab.
Dock(DockPanel, DocumentGroup)dockPanel, groupDocks the specified DockPanel to the specified group, displaying the panel as a tab.
Dock(Document, DocumentGroup, Int32)document, group, insertIndexDocks the specified document to the specified group at a specific position.
Dock(Document, DocumentGroup)document, groupDocks the specified document to the specified group.