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

IWidgetViewController.Dock(Document, TableGroup) Method

Docks a widget document to a targeted table group.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

bool Dock(
    Document document,
    TableGroup group
)

Parameters

Name Type Description
document Document

A Document that should be added to a table group.

group DevExpress.XtraBars.Docking2010.Views.Widget.TableGroup

A TableGroup that should contain the document.

Returns

Type Description
Boolean

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

See Also