Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Document.DockTo Method

Name Parameters Description
DockTo(Document, Orientation, Boolean) document, orientation, after Docks this Document to either side of another Document. Additionally specifies which of these two documents should go first.
DockTo(Document, Orientation, Int32) document, orientation, index Docks this widget to another widget using the given orientation setting.
DockTo(Document, Orientation) document, orientation Docks this Document to either side of another Document.
DockTo(StackGroup, Int32) stackGroup, insertIndex Places this Document at a specific position within the targeted stack group.
DockTo(StackGroup) stackGroup Docks this Document to the desired stack group.
DockTo(TableGroup) tableGroup Docks this Document to the desired table group.