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

Document.DockTo(TableGroup) Method

Docks this Document to the desired table group.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public bool DockTo(
    TableGroup tableGroup
)

Parameters

Name Type Description
tableGroup DevExpress.XtraBars.Docking2010.Views.Widget.TableGroup

A TableGroup that should host this Document.

Returns

Type Description
Boolean

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

See Also