Document.DockTo(Document, Orientation) Method
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public bool DockTo(
Document document,
Orientation orientation
)
Public Function DockTo(
document As Document,
orientation As Orientation
) As Boolean
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
Feedback