Back to Devexpress

DockPanel.DockAsTab Method

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-dot-dockastab.md

latest788 B
Original Source

DockPanel.DockAsTab Method

NameParametersDescription
DockAsTab(DockPanel, Int32)panel, indexCreates a tab which contains the current panel at the specified position within the target tab container. The target tab container is created if required.
DockAsTab(DockPanel)panelAppends a tab containing the current panel to the target tab container. The target tab container is created if necessary.