Back to Devexpress

Document.DockTo Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-document-dot-dockto.md

latest2.2 KB
Original Source

Document.DockTo Method

NameParametersDescription
DockTo(Document, Orientation, Boolean)document, orientation, afterDocks this Document to either side of another Document. Additionally specifies which of these two documents should go first.
DockTo(Document, Orientation, Int32)document, orientation, indexDocks this widget to another widget using the given orientation setting.
DockTo(Document, Orientation)document, orientationDocks this Document to either side of another Document.
DockTo(StackGroup, Int32)stackGroup, insertIndexPlaces this Document at a specific position within the targeted stack group.
DockTo(StackGroup)stackGroupDocks this Document to the desired stack group.
DockTo(TableGroup)tableGroupDocks this Document to the desired table group.