Skip to main content

Document.DockTo(Document, Orientation, Boolean) Method

Docks this Document to either side of another Document. Additionally specifies which of these two documents should go first.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool DockTo(
    Document document,
    Orientation orientation,
    bool after
)

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.

after Boolean

true, to place this Document after the targeted document; otherwise, false.

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