Skip to main content
A newer version of this page is available. .

Document.DockTo(StackGroup) Method

Docks this Document to the desired stack group.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public bool DockTo(
    StackGroup stackGroup
)

Parameters

Name Type Description
stackGroup StackGroup

A StackGroup object that should host this Document.

Returns

Type Description
Boolean

true, if the document was successfully docked; otherwise, false.

See Also