Skip to main content

Document.DockTo(StackGroup) Method

Docks this Document to the desired stack group.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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