Document.DockTo(Document, Orientation) Method
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
document | Document | A Document to which this Document should be docked. |
orientation | Orientation | An Orientation enumerator value that specifies whether documents should be aligned horizontally or vertically. |
Returns
Type | Description |
---|---|
Boolean | true if the document was successfully docked; otherwise, false. |
Remarks
See the Free Layout Mode topic to learn more.
See Also